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 static html file

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

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 understand why 8443 didn't

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 the

[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

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

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 Sonny Sukumar
is the default password even without specifying it here). Also, I don't currently have any security-contraints set in my web.xml. Thanks for any insights! Sonny From: Sonny Sukumar [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: [HELP!] Which key alias names

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

2003-10-11 Thread Sonny Sukumar
] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: [HELP!] Which key alias names to use for SSL? Date: Sat, 11 Oct 2003 14:12:17 -0700 Hi Adam, Your first step was: # keytool -genkey -alias tomcat -keyalg RSA and your last step was: # keytool -import trustcacerts -file public.crt -alias

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

2003-10-11 Thread Bill Barker
set in my web.xml. Thanks for any insights! Sonny From: Sonny Sukumar [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: [HELP!] Which key alias names to use for SSL? Date: Sat, 11 Oct 2003 14:12:17 -0700 Hi Adam, Your first step was: # keytool

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

2003-10-11 Thread Sonny Sukumar
security-contraints set in my web.xml. Thanks for any insights! Sonny From: Sonny Sukumar [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: [HELP!] Which key alias names to use for SSL? Date: Sat, 11 Oct 2003 14:12:17 -0700 Hi Adam, Your first step was: # keytool -genkey

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