ssl_protocols per server?

Miguel Clara miguelmclara at gmail.com
Wed Oct 15 23:01:13 UTC 2014


>From the docs:

Syntax: ssl_protocols [SSLv2] [SSLv3] [TLSv1] [TLSv1.1] [TLSv1.2];
Default:
ssl_protocols SSLv3 TLSv1 TLSv1.1 TLSv1.2;
Context: http, server

however I'm trying to have onde server with:
ssl_protocols SSLv3 TLSv1 TLSv1.1 TLSv1.2;

and another with:
ssl_protocols TLSv1 TLSv1.1 TLSv1.2;

But the first seems to be applied to all.

Note that the certs are different echo server is for a diferent domain (
example.org and example2.org)

Is this the intended behaviour? we want to disable sslv3 for the main
domain but still need backward compatibility support in some stuff running
in the old one!

Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.nginx.org/pipermail/nginx/attachments/20141016/525d37ad/attachment.html>


More information about the nginx mailing list