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
_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx