| Syntax: | ssl_ciphers |
|---|---|
| Default: | ssl_ciphers HIGH:!aNULL:!MD5; |
| Context: | stream, 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.
Please login to continue.