> From: Carl [mailto:c...@etrak-plus.com] > Subject: SSL problem > > Access to 8080 works fine but neither 8443 nor 443 work.
What does that mean? Does Tomcat return a message saying "not working"? (I doubt it.) > I believe 443 and 8443 are up because a nmap gives: Do a netstat -an while Tomcat is running and make sure it's actually listening on those ports. > The relevant portions of server.xml are: > <snip> Did you perhaps snip out the comment marker that the default server.xml has around the SSL <Connector>? Post all of your server.xml. Are you using the APR library (probably named tcnative-1.so in Tomcat's bin directory)? If so, the SSL configuration is quite different. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org