Get rid of messing with the cipersuites
authorPeter Palfrader <peter@palfrader.org>
Fri, 31 May 2013 16:41:51 +0000 (18:41 +0200)
committerPeter Palfrader <peter@palfrader.org>
Fri, 31 May 2013 16:41:51 +0000 (18:41 +0200)
modules/apache2/files/common-ssl.inc

index 2021ab4..f6f34ef 100644 (file)
@@ -19,12 +19,6 @@ SSLProtocol all -SSLv2
 AddType application/x-x509-ca-cert .crt
 AddType application/x-pkcs7-crl    .crl
 
-#   SSL Cipher Suite:
-#   List the ciphers that the client is permitted to negotiate.
-#   See the mod_ssl documentation for a complete list.
-SSLCipherSuite ECDHE-RSA-AES256-SHA384:AES256-SHA256:RC4:HIGH:!MD5:!aNULL:!EDH:!AESGCM
-SSLHonorCipherOrder on
-
 #   Add STS
 Header add Strict-Transport-Security "max-age=604800"