Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2011-06-27 19:47:51 +0400
committerIgor Sysoev <igor@sysoev.ru>2011-06-27 19:47:51 +0400
commit8d7b1d222e7a7a9de35594eac18bd00308d5e7f9 (patch)
treed0b96b9b6f6e4bbd64fea9f6d507255b9cc44c3f /conf
parent0a860a1c1d9f521eb9ffc5e4d336b5de11b473a0 (diff)
use !aNULL to disable all anonymous cipher suites
patch by Rob Stradling
Diffstat (limited to 'conf')
-rw-r--r--conf/nginx.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/nginx.conf b/conf/nginx.conf
index 672ce8c83..3bb338936 100644
--- 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 / {