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 insi

Re: Please Help: Tomcat 5.5.17 SSL Help

2007-02-23 Thread Shailesh Vidyarthi
elp to you. Regards Shailesh - Original Message - From: "Blake Smith" <[EMAIL PROTECTED]> To: Sent: Friday, February 23, 2007 8:04 AM Subject: Please Help: Tomcat 5.5.17 SSL Help > Hi, > > > > I am running a Red Hat Enterprise 4 Linux Server. I have To

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

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?

Please Help: Tomcat 5.5.17 SSL Help

2007-02-22 Thread Blake Smith
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 inside /etc/profile. Tomca

Re: Tomcat 5.5.17 SSL

2006-12-13 Thread Filip Hanik - Dev Lists
yes, you can create a self signed/self generated certificate, will work just like production, except browser pop up a little warning. but the SSL part works the same, see the tomcat SSL docs on how to generate the cert yourself Filip Scott Purcell wrote: I am running a instance of Tomcat in w

Tomcat 5.5.17 SSL

2006-12-13 Thread Scott Purcell
I am running a instance of Tomcat in which there is one web site that is running SSL and a cert from Verisign. The server.conf has the entry for the real DNS name and the certificate configured and all is good. This site is a production site. I just purchased another box for development purpos