RE: Keytool: SSL Certification Issue

2007-10-31 Thread renu-kumar_setty
-Original Message- From: Mark Thomas [mailto:[EMAIL PROTECTED] Sent: Wednesday, 31 October 2007 3:23 AM To: Tomcat Users List Subject: Re: Keytool: SSL Certification Issue [EMAIL PROTECTED] wrote: Hello Mark, -Original Message- From: Mark Thomas [mailto:[EMAIL PROTECTED

Re: Keytool: SSL Certification Issue

2007-10-31 Thread Mark Thomas
[EMAIL PROTECTED] wrote: For now I am able to live with the self-signed certificate after installing the same. I am holding on addressing the issue seen when external certificates are used. Thanks for your response again Mark!. If self-signed works and external doesn't, chances are this is

RE: Keytool: SSL Certification Issue

2007-10-30 Thread renu-kumar_setty
. Renu Kumar -Original Message- From: zhongliang zhang [mailto:[EMAIL PROTECTED] Sent: Tuesday, 30 October 2007 11:34 AM To: Tomcat Users List Subject: RE: Keytool: SSL Certification Issue Maybe you should try the following fragment: Connector port=8443 protocol=HTTP/1.1 SSLEnabled

Re: Keytool: SSL Certification Issue

2007-10-30 Thread Mark Thomas
[EMAIL PROTECTED] wrote: Thanks for your response. I tried configuration you suggested but didn't see any difference in the output. Just to add to the original problem statement, I don't see any issue when using CN=localhost in the Certificate generation. While I see the below mentioned

RE: Keytool: SSL Certification Issue

2007-10-30 Thread renu-kumar_setty
Hello Mark, -Original Message- From: Mark Thomas [mailto:[EMAIL PROTECTED] Sent: Tuesday, 30 October 2007 3:35 PM To: Tomcat Users List Subject: Re: Keytool: SSL Certification Issue [EMAIL PROTECTED] wrote: Thanks for your response. I tried configuration you suggested but didn't see

Re: Keytool: SSL Certification Issue

2007-10-30 Thread Mark Thomas
[EMAIL PROTECTED] wrote: Hello Mark, -Original Message- From: Mark Thomas [mailto:[EMAIL PROTECTED] Sent: Tuesday, 30 October 2007 3:35 PM To: Tomcat Users List Subject: Re: Keytool: SSL Certification Issue [EMAIL PROTECTED] wrote: Thanks for your response. I tried

RE: Keytool: SSL Certification Issue

2007-10-29 Thread zhongliang zhang
Maybe you should try the following fragment: Connector port=8443 protocol=HTTP/1.1 SSLEnabled=true maxThreads=150 scheme=https secure=trueclientAuth=false sslProtocol=TLS keystorePass=changeit keystoreFile= c:/Documents and