Hi Srinivas, I used that manual to setup SSL on Tomcat 5.5. That worked. I
created a keystore key, and put it in:
C:\Tomcat\keystore\.keystore
I used the following connector:
<Connector port="8443" protocol="HTTP/1.1" SSLEnabled="true"
keystoreFile="C:\Tomcat\keystore\.keystore"
maxThreads="150" scheme="https" secure="true"
clientAuth="false" sslProtocol="TLS" />
I tried this with a keystore filename without the starting dot, but that
didn't change anything. Remember that this setup works with Tomcat 5.5.
When I run netstat and open a page, I see the following:
TCP DESKTOP1:8443 localhost:1510 CLOSE_WAIT
TCP DESKTOP1:8443 localhost:wins CLOSE_WAIT
TCP DESKTOP1:8443 localhost:1513 CLOSE_WAIT
Can you confirm that you have SSL working with Tomcat 6.0?
On 5/23/07, Velidanda Srinivas <[EMAIL PROTECTED]> wrote:
I think you know, but still check if something missing as mentioned at
below URL
http://tomcat.apache.org/tomcat-6.0-doc/ssl-howto.html
Let me know if you resolve the problem.
> -----Original Message-----
> From: Velidanda Srinivas [mailto:[EMAIL PROTECTED]
> Sent: 23 May 2007 15:30
> To: Tomcat Users List
> Subject: RE: Tomcat 6 + SSL
>
>
> Do you have valid .keystore file in the required path,
> usually it refers to C:\Documents and Settings\Default
> User\.keystore file.
>
> Check it out..