Removed 56 bit ciphers from Apache SSL configs.

This commit is contained in:
Timo Mkinen 2011-08-03 10:29:32 +03:00
parent 399d70480f
commit cf2f50e7e5

View file

@ -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