I can access Tomcat on port 8080, but not on 8443. When I try o get there, this is the error I get in Firefox:
The connection was interrupted The connection to the.fqdn.com:8443 was interrupted while the page was loading.
This is my connector:
<Connector port="8443" protocol="org.apache.coyote.http11.Http11NioProtocol" SSLEnabled="true"
maxThreads="150" scheme="https" secure="true"
clientAuth="want" sslProtocol="TLS"
keystoreFile="C:\temp\keystore.jks" keystorePass="changeit"/>
I have the CA key in the jre's cacerts file.
The server cert was generated using EJBCA and should be signed properly. Any suggestions on what is going on?