Syntax: | proxy_ssl_ciphers |
---|---|
Default: | proxy_ssl_ciphers DEFAULT; |
Context: | http , server , location |
This directive appeared in version 1.5.6.
Specifies the enabled ciphers for requests to a proxied HTTPS server. The ciphers are specified in the format understood by the OpenSSL library.
The full list can be viewed using the “openssl ciphers
” command.
Please login to continue.