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
redirectPort=8443 / [snip] It seems that you have both the HTTP connectors enabled and that too for the same port hence the error. Either start those connectors on different ports or comment one of them. -sasuke -- View this message in context: http://old.nabble.com/Tomcat-6-SSL-configuration

Tomcat 6 SSL configuration error

2010-07-23 Thread aung bar hlay
hi I've read tomcat 6 ssl configuration and have gone through all the steps. My problem is when i open browser and type https://localhost:8443/;, then,it takes too long and at last display error connection was reset. I'm using Apache Tomcat 6.0.18, Mozilla Firefox 3.6, Jdk 1.6.0. Please reply

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'? !--