Fresh Tomact 6.0.20 install on a new Slackware (version 13 - 64bit) linux box. Access to 8080 works fine but neither 8443 nor 443 work. I believe 443 and 8443 are up because a nmap gives:
Discovered open port 443/tcp on 127.0.0.1 Discovered open port 8080/tcp on 127.0.0.1 Discovered open port 8443/tcp on 127.0.0.1 The relevant portions of server.xml are: <snip> <Connector port="8443" maxHttpHeaderSize="8192" maxThreads="600" minSpareThreads="25" maxSpareThreads="75" enableLookups="false" disableUploadTimeout="true" acceptCount="100" scheme="https" secure="true" clientAuth="false" sslProtocol="TLS" keystoreFile="/usr/local/certs/tomcat_keystore.ks" keystorePass="jellybean"/> <Connector port="443" maxHttpHeaderSize="8192" maxThreads="600" minSpareThreads="25" maxSpareThreads="75" enableLookups="false" disableUploadTimeout="true" acceptCount="100" scheme="https" secure="true" clientAuth="false" sslProtocol="TLS" keystoreFile="/usr/local/certs/tomcat_keystore.ks" keystorePass="jellybean"/> </snip> The cert is from Thawte and has been used in an existing server for the past year: r...@tomcat2:/usr/local/certs# -rw-r--r-- 1 root root 2493 2008-12-12 17:33 tomcat_keystore.ks Yes, I have googled (for the last day) and found many ideas but nothing seems to fit so I am asking if anyone sees anything that might be the cause. TIA, Carl