RE: Enabling SSL for Tomcat 4.0 running on Linux RH 7.2

2002-10-16 Thread Turner, John
Tomcat 4.0 SSL HOWTO: http://jakarta.apache.org/tomcat/tomcat-4.0-doc/ssl-howto.html John -Original Message- From: Gabe Sanchez [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 16, 2002 4:07 PM To: '[EMAIL PROTECTED]' Subject: Enabling SSL for Tomcat 4.0 running on Linux RH

Re: Enabling SSL for Tomcat 4.0 running on Linux RH 7.2

2002-10-16 Thread Denny Chambers
http://jakarta.apache.org/tomcat/tomcat-4.0-doc/ssl-howto.html Gabe Sanchez wrote: Hi all, Does anyone know how to enable SSL on Tomcat 4.0 running on Linux RedHat 7.2. Tomcat is not on Versign's list as a supported Web Server, does anyone have the instructions. I already created a CSR and

RE: Enabling SSL for Tomcat 4.0 running on Linux RH 7.2

2002-10-16 Thread Gabe Sanchez
Many Thanks, Gabe -Original Message- From: Denny Chambers [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 16, 2002 4:08 PM To: Tomcat Users List Subject: Re: Enabling SSL for Tomcat 4.0 running on Linux RH 7.2 http://jakarta.apache.org/tomcat/tomcat-4.0-doc/ssl-howto.html Gabe

RE: Enabling SSL in tomcat--specific questions

2002-05-23 Thread Rutledge, Aaron
Thanks! I downloaded JDK1.4 and it worked like a charm too. I guess I'll never figure out what was causing my exception. Best regards! Aaron -Original Message- From: Oki DZ [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 22, 2002 7:06 PM To: Tomcat Users List Subject: Re: Enabling

Re: Enabling SSL in tomcat

2002-05-22 Thread Rajesh Harikrishnan
. - Original Message - From: Joaquín Sánchez Jiménez [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, May 15, 2002 12:58 PM Subject: Re: Enabling SSL in tomcat Hi: Try with this. Connector className

RE: Enabling SSL in tomcat

2002-05-22 Thread Rutledge, Aaron
Users List Subject: Re: Enabling SSL in tomcat Hi Ajay, I also faced similar problem when tried to configure SSL on tomcat, then tried what 'J' told, but due to Java's security permission for file reading in local device's tomcat was possing a different 'IO Exception error'. I finally had

RE: Enabling SSL in tomcat

2002-05-22 Thread Rutledge, Aaron
Subject: RE: Enabling SSL in tomcat Hello, I keep seeing the topic of SSL configuration come up, but I have yet heard anyone with a simmilar problem as mine. I am surprised this can be so problematic since it seems so straight forward. I tried using Joaquin's example and got the same

Re: Enabling SSL in tomcat--specific questions

2002-05-22 Thread Oki DZ
On 05/23 03:14 Rutledge, Aaron wrote: If I am able to create a .keyfile, do I have JSSE installed correctly? I use JDK1.4 and Tomcat 4.0.3; it was all I needed to get SSL running. (And the .keystore file, of course, in the root's home directory; because I run Tomcat under root.) FYI, the

Re: Enabling SSL in tomcat

2002-05-16 Thread Joaquín Sánchez Jiménez
Hi: Try with this. Connector className=org.apache.tomcat.service.PoolTcpConnector Parameter name=handler value=org.apache.tomcat.service.http.HttpConnectionHandler/ Parameter name=port value=8443/ Parameter name=socketFactory value=org.apache.tomcat.net.SSLSocketFactory / Parameter

RE: Enabling SSL in tomcat

2002-05-16 Thread t . riteshmenon
Ajay, I think you can specify a certain keystore like keytool -genkey -alias tomcat -keyalg RSA -keystore somekeystore instruct tomcat to look up for this particular keystore by modifying the server.xml(dont remember the syntax exactly) If you do not provide the keystore parameter, it