Re: tomcat 6.0.24 ssl with windows 7

2010-02-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Roy, On 2/19/2010 1:10 AM, Roy Nabel wrote: > With jdk1.6.0 and tomcat 6.0.10 ssl works great on windows 7 or windows 2008 > R1 . > Server.xml ssl fragment >protocol="HTTP/1.1" >SSLEnabled="true" >m

Re: tomcat 6.0.24 ssl with windows 7

2010-02-19 Thread Evgeniy Lyuty
k1.6.0\bin\ComodoEVSGCCA.crt" >keystorePass="***" >sslProtocol="TLS" /> > When you replace tomcat 6.0.10 with tomcat 6.0.24 tomcat does not produce > logs or connect. > Any suggestions? Is there some new setting or p

Re: tomcat 6.0.24 ssl with windows 7

2010-02-18 Thread Jason Brittain
Roy, You can try starting Tomcat with one of the following JVM startup switches, and then inspect the logs after trying to connect to Tomcat via HTTPS to see what isn't working: -Djavax.net.debug=all -Djavax.net.debug=ssl:handshake:data -Djavax.net.debug=help <-- to get a list of options See thi

tomcat 6.0.24 ssl with windows 7

2010-02-18 Thread Roy Nabel
With jdk1.6.0 and tomcat 6.0.10 ssl works great on windows 7 or windows 2008 R1 . Server.xml ssl fragment When you replace tomcat 6.0.10 with tomcat 6.0.24 tomcat does not produce logs or connect. Any suggestions? Is there some new setting or procedure with 6.0.24? Thanks, Roy