mirror of
https://github.com/nginx/nginx.git
synced 2025-02-25 18:55:26 -06:00
use !aNULL to disable all anonymous cipher suites
patch by Rob Stradling
This commit is contained in:
@@ -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 / {
|
||||
|
||||
Reference in New Issue
Block a user