use !aNULL to disable all anonymous cipher suites

patch by Rob Stradling
This commit is contained in:
Igor Sysoev
2011-06-27 15:47:51 +00:00
parent 0a860a1c1d
commit 8d7b1d222e
3 changed files with 3 additions and 3 deletions

View File

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