RE: Enabling SSL in tomcat--specific questions

2002-05-23 Thread Rutledge, Aaron
bling SSL in tomcat--specific questions 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 ho

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 cer

RE: Enabling SSL in tomcat

2002-05-22 Thread Rutledge, Aaron
List 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 go

RE: Enabling SSL in tomcat

2002-05-22 Thread Rutledge, Aaron
f they can think of any steps that I might have missed? I am going crazy. Best regards to all, Aaron -Original Message- From: Rajesh Harikrishnan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 22, 2002 1:43 AM To: Tomcat Users List Subject: Re: Enabling SSL in tomcat Hi Ajay, I

Re: Enabling SSL in tomcat

2002-05-22 Thread Rajesh Harikrishnan
sh [EMAIL PROTECTED] SoftSolutions Pvt. Ltd., Chennai, India. - 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 Subjec

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 autom

Re: Enabling SSL in tomcat

2002-05-16 Thread Joaquín Sánchez Jiménez
Hi: Try with this. Bye. J. - Original Message - From: "Ajay Chauhan" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Thursday, May 16, 2002 9:09 AM Subject: Enabling SSL in tomcat > I am facing one problem while enabling SSL in Tomcat on windows