Apache: SSL settings
2013-01-01
check you SSL settings with this website:
I’m using Ubuntu on my server and this helped me to pass the tests (exept my SSL certificate is not trusted, because it is signed from CAcert)
open /etc/apache2/mods-enabled/ssl.conf and replace
SSLCipherSuite HIGH:MEDIUM:!ADH:!MD5
with
SSLHonorCipherOrder On SSLCipherSuite RC4-SHA:HIGH:!ADH