<div dir="ltr">From the docs:<br><br><div></div>
<div><div>Syntax:<span class="" style="white-space:pre">  </span>ssl_protocols [SSLv2] [SSLv3] [TLSv1] [TLSv1.1] [TLSv1.2];</div><div>Default:<span class="" style="white-space:pre"> </span></div><div>ssl_protocols SSLv3 TLSv1 TLSv1.1 TLSv1.2;</div><div>Context:<span class="" style="white-space:pre">  </span>http, server<br><br>however I'm trying to have onde server with:<br>ssl_protocols SSLv3 TLSv1 TLSv1.1 TLSv1.2;<br></div></div><div><br></div><div>and another with:</div><div>ssl_protocols TLSv1 TLSv1.1 TLSv1.2;<br><br>But the first seems to be applied to all.<br><br>Note that the certs are different echo server is for a diferent domain (<a href="http://example.org">example.org</a> and <a href="http://example2.org">example2.org</a>)<br><br>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!<br><br>Thanks</div></div>