SSL is broken you say? Well bah gum.

Someone probably needs to update Lighttpd and Apache too.
This commit is contained in:
Thomas Willingham 2014-10-16 00:47:02 +01:00
parent 997ec0911c
commit 1eb478ba54

View File

@ -55,7 +55,7 @@ server {
ssl_certificate /etc/nginx/ssl/red.example.net.chain.pem;
ssl_certificate_key /etc/nginx/ssl/example.net.key;
ssl_session_timeout 5m;
ssl_protocols SSLv3 TLSv1;
ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
ssl_ciphers ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv3:+EXP;
ssl_prefer_server_ciphers on;