Tomcat 3.2.3 and SSL

2002-03-05 Thread Paul Ferguson
I have been trying to get SSL to work with tomcat 3.2.3 on Windows NT. I've followed the steps on differenet web sites and I now have the server configured so that it works with the URL http://localhost:8080/index.html as well as https://localhost:8443/index.html (for the SSL). Bu

RE: Tomcat 3.2.3 and SSL

2002-03-05 Thread Richard S. Huntrods
Paul, The protocol "https" is hard-wired to port 443. Using port 8443 as you have done works, but only with the hardcoded port number in the URL, as you have found out. To make Tomcat SSL work using "https", you must modify the SSL port used - in server.xml. Change 8443 to 443 and restart Tomc