Syntax: | ssl_ciphers |
---|---|
Default: | ssl_ciphers HIGH:!aNULL:!MD5; |
Context: | http , server |
Specifies the enabled ciphers. The ciphers are specified in the format understood by the OpenSSL library, for example:
ssl_ciphers ALL:!aNULL:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP;
The full list can be viewed using the “openssl ciphers
” command.
The previous versions of nginx used different ciphers by default.
Please login to continue.