Forgot to mention this is with "nginx version: nginx/1.6.0" compile with
the normal "full" options + pagespeed


Melhores Cumprimentos // Best Regards
-----------------------------------------------
*Miguel Clara*
*IT - Sys Admin & Developer*
*E-mail:    *[email protected]
         www.linkedin.com/in/miguelmclara/

On Thu, Oct 16, 2014 at 12:01 AM, Miguel Clara <[email protected]>
wrote:

> 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
[email protected]
http://mailman.nginx.org/mailman/listinfo/nginx

Reply via email to