Facing an issue while checking my application compatibility with IE11 in windows10 but it is throwing the below exception while accessing the URL.
Can’t connect securely to this page
This might be because the site uses outdated or unsafe TLS security settings. If this keeps happening, try contacting the website’s owner.
Note : Same application is working fine in Windows 7 IE11.
Application has Silverlight as frond-end and Embedded Jetty Server as backend.
Java Version : 1.8(jdk180_66-b64), Jetty Version : 9.2.15.v20160210, Silverlight version : 5.1.50906.0
Any pointers is really helpful.