-
- Downloads
webserver: allow only a single cipher setting
The documentation allows setting ssl_protocols in both http and server blocks. However, setting different protocols on the same socket that is used across servers is unsupported. This is only clear from a five year old bug report, referencing even older mailing list posts. All our setups use different server blocks on the same IP address and ports, thus the possibility to configure different settings per server is removed to be more clear in what is supported. See: https://trac.nginx.org/nginx/ticket/766
Please register or sign in to comment