FW: [HELP!] Which key alias names to use for SSL?

2003-10-26 Thread Derek Mahar
- -Original Message- From: Sonny Sukumar [mailto:[EMAIL PROTECTED] Sent: October 11, 2003 9:22 PM To: [EMAIL PROTECTED] Subject: Re: [HELP!] Which key alias names to use for SSL? 3rd update: For the 2nd issue below, I had some "http" references in my s

Re: [HELP!] Which key alias names to use for SSL?

2003-10-12 Thread Sonny Sukumar
From: Adam Hardy <[EMAIL PROTECTED]> On 10/11/2003 11:12 PM Sonny Sukumar wrote: Hi Adam, Your first step was: # keytool -genkey -alias tomcat -keyalg RSA and your last step was: # keytool -import trustcacerts -file public.crt -alias tomcat So you used the same alias ("tomcat") for both th

Re: [HELP!] Which key alias names to use for SSL?

2003-10-12 Thread Bill Barker
"Sonny Sukumar" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > >From: "Bill Barker" <[EMAIL PROTECTED]> > > > > > > > --I reconfigured the SSL port from 8443 to 443 on our server (as well as > >the > > > redirect port), and all of a sudden I can connect using SSL. I don't > > > u

Re: [HELP!] Which key alias names to use for SSL?

2003-10-12 Thread Adam Hardy
On 10/11/2003 11:12 PM Sonny Sukumar wrote: Hi Adam, Your first step was: # keytool -genkey -alias tomcat -keyalg RSA and your last step was: # keytool -import trustcacerts -file public.crt -alias tomcat So you used the same alias ("tomcat") for both the private key and the signed public ke

Re: [HELP!] Which key alias names to use for SSL?

2003-10-11 Thread Sonny Sukumar
From: "Bill Barker" <[EMAIL PROTECTED]> > > --I reconfigured the SSL port from 8443 to 443 on our server (as well as the > redirect port), and all of a sudden I can connect using SSL. I don't > understand why 8443 didn't work. Any ideas?? > There is a well-know bug in MSIE related to security-c

Re: [HELP!] Which key alias names to use for SSL?

2003-10-11 Thread Sonny Sukumar
es, I know "changeit" is the default password even without specifying it here). Also, I don't currently have any s set in my web.xml. Thanks for any insights! Sonny From: "Sonny Sukumar" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subj

Re: [HELP!] Which key alias names to use for SSL?

2003-10-11 Thread Bill Barker
; > > clientAuth="false" protocol="TLS" keystorePass="changeit" > > keystoreFile="conf/.keystore"/> > > > > > >Btw, does anybody know how to secure the server.xml file? It contains some > >clear

Re: [HELP!] Which key alias names to use for SSL?

2003-10-11 Thread Sonny Sukumar
ore"/> Btw, does anybody know how to secure the server.xml file? It contains some clear text passwords, so this really concerns me! (Yes, I know "changeit" is the default password even without specifying it here). Also, I don't currently have any s set in my web.xml.

Re: [HELP!] Which key alias names to use for SSL?

2003-10-11 Thread Sonny Sukumar
! (Yes, I know "changeit" is the default password even without specifying it here). Also, I don't currently have any s set in my web.xml. Thanks for any insights! Sonny From: "Sonny Sukumar" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECT

Re: [HELP!] Which key alias names to use for SSL?

2003-10-11 Thread Sonny Sukumar
Hi Adam, Your first step was: # keytool -genkey -alias tomcat -keyalg RSA and your last step was: # keytool -import trustcacerts -file public.crt -alias tomcat So you used the same alias ("tomcat") for both the private key and the signed public key. This is what doesn't work for me, because when

Re: [HELP!] Which key alias names to use for SSL?

2003-10-11 Thread Adam Hardy
On 10/11/2003 09:08 PM Sonny Sukumar wrote: [I sent this once before, but got no response, and I'm not sure what to do. Thanks in advance.] Hi guys, I'm trying to setup my Tomcat (4.1.27) server to work with SSL. I got a CA-signed cert to go with my private key and CA root cert, but I'm conf

[HELP!] Which key alias names to use for SSL?

2003-10-11 Thread Sonny Sukumar
[I sent this once before, but got no response, and I'm not sure what to do. Thanks in advance.] Hi guys, I'm trying to setup my Tomcat (4.1.27) server to work with SSL. I got a CA-signed cert to go with my private key and CA root cert, but I'm confused as to how to name the alias for the CA-

Which key alias names to use for SSL?

2003-10-10 Thread Sonny Sukumar
Hi guys, I'm trying to setup my Tomcat (4.1.27) server to work with SSL. I got a CA-signed cert to go with my private key and CA root cert, but I'm confused as to how to name the alias for the CA-signed-cert and my private key. The Tomcat SSL How-To is confusing me, becuase it says to give the