I have configured ssl on tomcat, and dislabled tls support on IE, and enabled ssl support, but still i get erro message saying
Turn on TLS 1.0, TLS 1.1, and TLS 1.2 in Advanced settings
Tomcat setting
<Connector
protocol="org.apache.coyote.http11.Http11NioProtocol"
port="8443" maxThreads="200"
scheme="https" secure="true" SSLEnabled="true"
keystoreFile="C:\OpenSSL\bin\PAS\keystore.jks" keystorePass="******"
clientAuth="false" sslProtocol="SSLV3"/>