diff conf/nginx.conf @ 3938:1e90599af73b

use !aNULL to disable all anonymous cipher suites patch by Rob Stradling
author Igor Sysoev <igor@sysoev.ru>
date Mon, 27 Jun 2011 15:47:51 +0000
parents c944cba169e3
children 50f531a55b73
line wrap: on
line diff
--- a/conf/nginx.conf
+++ b/conf/nginx.conf
@@ -106,7 +106,7 @@ http {
     #    ssl_session_timeout  5m;
 
     #    ssl_protocols  SSLv2 SSLv3 TLSv1;
-    #    ssl_ciphers  ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP;
+    #    ssl_ciphers  HIGH:!aNULL:!MD5;
     #    ssl_prefer_server_ciphers   on;
 
     #    location / {