I configured SSL on Tomcat 8 but getting the error on running the link https://localhost:8443
<Connector
port="8443"
protocol="org.apache.coyote.http11.Http11NioProtocol"
maxHttpHeaderSize="1048576" maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
enableLookups="false" disableUploadTimeout="true" useBodyEncodingForURI="true" acceptCount="100"
scheme="https"
secure="true"
clientAuth="false"
sslProtocol="TLS"
keystoreFile="C:\Program Files\Java\jdk1.8.0_101\bin\old\bbmwtapx01.ad.bgep.co.uk.jks"
keystorePass="****"
keyAlias="bbmwtapx01.ad.bgep.co.uk"/>
This site can’t provide a secure connection localhost sent an invalid response. Try running Windows Network Diagnostics. ERR_SSL_PROTOCOL_ERROR
Please help me on this. I tried many options but not able to run on https.
Thank-you in Advance Thanks, Neha