Re: Tomcat 6 SSL configuration error

2010-07-24 Thread Pid
On 24/07/2010 05:20, aung bar hlay wrote: I'm running on WindowsXP. Path to my keystore file is c:\is.keystore. And this is server.xml file.

Re: Tomcat 6 SSL configuration error

2010-07-24 Thread sasuke
aung bar hlay wrote: [snip] Connector port=8080 protocol=HTTP/1.1 connectionTimeout=2 redirectPort=8443 / Connector executor=tomcatThreadPool port=8080 protocol=HTTP/1.1 connectionTimeout=2

Re: Tomcat 6 SSL configuration error

2010-07-23 Thread Stephen Lorenz
Try http://localhost:8443/ https://localhost:8443/ (i.e. without the https). Perhaps the sslEnabled parameter is not configured properly? --Steve On Fri, Jul 23, 2010 at 6:26 AM, aung bar hlay aungbarh...@gmail.comwrote: hi I've read tomcat 6 ssl configuration and have gone through all the

RE: Tomcat 6 SSL configuration error

2010-07-23 Thread Caldarale, Charles R
From: aung bar hlay [mailto:aungbarh...@gmail.com] Subject: Tomcat 6 SSL configuration error I've read tomcat 6 ssl configuration and have gone through all the steps. Be precise - tell us exactly what you did. All the steps means nothing, since there are two ways to set up SSL, depending

Re: Tomcat 6 SSL configuration error

2010-07-23 Thread aung bar hlay
I'm running on WindowsXP. Path to my keystore file is c:\is.keystore. And this is server.xml file. ---server.xml--- ?xml version='1.0' encoding='utf-8'? !--