Syntax: | uwsgi_ssl_ciphers |
---|---|
Default: | uwsgi_ssl_ciphers DEFAULT; |
Context: | http , server , location |
This directive appeared in version 1.5.8.
Specifies the enabled ciphers for requests to a secured uwsgi 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.