On Tue, May 27, 2014 at 10:20:00PM -0700, Dan Bryan wrote: > I noticed that 2 revoked sites act differently when the following is set: > about:config > security.tls.version.max = 0
Please note that SNI is only supported in TLS 1.0 and higher. Setting security.tls.version.max = 0 limits you to SSL v3.0 so you can't do SNI. Does that answer your questions? Kurt _______________________________________________ dev-security-policy mailing list [email protected] https://lists.mozilla.org/listinfo/dev-security-policy

