Re: Tomcat 6 SSL configuration error

2010-07-24 Thread sasuke
aung bar hlay wrote: > > [snip] > connectionTimeout="2" >redirectPort="8443" /> > > port="8080" protocol="HTTP/1.1" >connectionTimeout="2" >redirectPort="8443" /> > [snip] > It seems that you have b

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. > > > ---server.xml---

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---

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, depe

Re: Tomcat 6 SSL configuration error

2010-07-23 Thread Stephen Lorenz
Try "http://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 wrote: > hi > > I've read tomcat 6 ssl configuration and > have gone through all the steps. > > My