I'm a web developer specializing in e-commerce so I deal a lot with PCI compliance. This year, compliance includes disabling TLS 1.0 due to insecurities, which in and of itself is fine (actually, preferred). However, by default, Microsoft DISABLES TLS
1.1 and 1.2 in IE 9 and 10. It's there, but disabled.
There is no easy solution on server side to determine if a browser has TLS 1.1+ enabled. The fix on the client end is simple, but we know that users shouldn't need to know how.
The resolution to this issue is relatively simple - please release an update that enables TLS 1.1 and 1.2 in IE 9 and 10! This would allow those of us dealing with PCI and HIPAA compliance to disable TLS 1.0 as recommended.
There is no easy solution on server side to determine if a browser has TLS 1.1+ enabled. The fix on the client end is simple, but we know that users shouldn't need to know how.
The resolution to this issue is relatively simple - please release an update that enables TLS 1.1 and 1.2 in IE 9 and 10! This would allow those of us dealing with PCI and HIPAA compliance to disable TLS 1.0 as recommended.