Tomcat "connection interrupted" with ssl
- by Mike Thomsen
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"…