Re: Please Help: Tomcat 5.5.17 SSL Help

2007-02-23 Thread Shailesh Vidyarthi
Halo!, I had a similar problem with ssl. Our platform is Window2000, jdk1.5.0, Tomcat 5.5.20. I followed the instructions given in url below and Tomcat gave https service. SSL works . http://neeraj.name/2005/05/05/installing-ssl-on-tomcat Please see whether it is of any help to you.

Re: Please Help: Tomcat 5.5.17 SSL Help

2007-02-23 Thread Stefan
Blake Smith schrieb: Hi, I am running a Red Hat Enterprise 4 Linux Server. I have Tomcat installed under port 8080. I have setup iptables to redirect all request for port 80 to 8080. I also have Java JDK 1.5.0_10 installed. The $CATALINA_HOME and $JAVA_HOME variables have been set

Re: Please Help: Tomcat 5.5.17 SSL Help

2007-02-22 Thread Bob Hall
--- Blake Smith [EMAIL PROTECTED] wrote: I have uncommented the section within server.xml and pointed it to the location of the keystore, and it's password. I even changed the port from 8443 to 443 and the corresponding forwarding value for 8080. Is Tomcat listening on port 443? $

RE: Please Help: Tomcat 5.5.17 SSL Help

2007-02-22 Thread PATTUS, Jean-Philippe
You should launch tomcat with this java option -Djavax.net.debug=ssl, you will have probably more details about the problem -Message d'origine- De : Blake Smith [mailto:[EMAIL PROTECTED] Envoye : vendredi 23 fevrier 2007 03:34 A : users@tomcat.apache.org Objet : Please Help: Tomcat 5.5.17