From cf2f50e7e58e73dcbe369e4826432b4bbbc215c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20M=E4kinen?= Date: Wed, 3 Aug 2011 10:29:32 +0300 Subject: [PATCH] Removed 56 bit ciphers from Apache SSL configs. --- apache/templates/site.https.conf.erb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apache/templates/site.https.conf.erb b/apache/templates/site.https.conf.erb index 5cc06cd..9cdf161 100644 --- a/apache/templates/site.https.conf.erb +++ b/apache/templates/site.https.conf.erb @@ -22,7 +22,8 @@ SSLProtocol all -SSLv2 # SSL Cipher Suite: # List the ciphers that the client is permitted to negotiate. # See the mod_ssl documentation for a complete list. -SSLCipherSuite ALL:!ADH:!EXPORT:!SSLv2:RC4+RSA:+HIGH:+MEDIUM:+LOW + +SSLCipherSuite ALL:!ADH:!EXPORT:!SSLv2:RC4+RSA:+HIGH:+MEDIUM:!LOW # Server Certificate: # Point SSLCertificateFile at a PEM encoded certificate. If