Has anyone experienced issues after upgrading from IE10 to IE 11? Specifically problems accessing sites such as yahoo.com/google.com ?
records.config include Content Gateway entries to enable TLS1/TLS1.2 support
CONFIG proxy.config.ssl.server.TLSv11 INT 1
CONFIG proxy.config.ssl.server.TLSv12 INT 1
CONFIG proxy.config.ssl.client.TLSv11 INT 1
CONFIG proxy.config.ssl.client.TLSv12 INT 1
When a user attempts to access yahoo.com in Internet Explorer 11 they immediately receive 'Page cannot be displayed'. If they go to Tools > Advance > and uncheck 'tls1.2' they can browse to the page just fine.
The question I have is: should I disable the TLSv1.2 in the records.config file?
Old: CONFIG proxy.config.ssl.client.TLSv12 INT 1
New:CONFIG proxy.config.ssl.client.TLSv12 INT 0
If I do so, will it break all IE 10 users?