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
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
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
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
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
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
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