Re: SSL/TLS, Tomcat 6.0.29 and Chrome: The connection had to be retried using SSL 3.0.

2010-10-15 Thread Mark Thomas
On 15/10/2010 18:26, Robert La Ferla wrote: > On 10/15/2010 1:14 PM, Mark Thomas wrote: >> Those two statements are not consistent. Your connector config is for >> JSSE, not OpenSSL. >> >> Tomcat uses TLS by default[1]. See [2] for other options for sslProtocol > > We are indeed using JSSE. The

RE: SSL/TLS, Tomcat 6.0.29 and Chrome: The connection had to be retried using SSL 3.0.

2010-10-15 Thread Maximilian Stocker
f you are having problems with other browsers then just ignore this. -Original Message- From: Robert La Ferla [mailto:robert.lafe...@o-ms.com] Sent: Friday, October 15, 2010 1:25 PM To: users@tomcat.apache.org Subject: Re: SSL/TLS, Tomcat 6.0.29 and Chrome: The connection had to be retried

Re: SSL/TLS, Tomcat 6.0.29 and Chrome: The connection had to be retried using SSL 3.0.

2010-10-15 Thread Robert La Ferla
On 10/15/2010 1:14 PM, Mark Thomas wrote: Those two statements are not consistent. Your connector config is for JSSE, not OpenSSL. Tomcat uses TLS by default[1]. See [2] for other options for sslProtocol We are indeed using JSSE. The link for #2 just pointed at the general Java docs. What

Re: SSL/TLS, Tomcat 6.0.29 and Chrome: The connection had to be retried using SSL 3.0.

2010-10-15 Thread Robert La Ferla
On 10/15/2010 1:12 PM, Maximilian Stocker wrote: There are some issues with Chrome regarding SSL, essentially Chrome is more restrictive than other browsers and will get upset with proxied connections etc. For example http://www.google.com/support/forum/p/Chrome/thread?tid=6cbb881fc85406f4&hl

Re: SSL/TLS, Tomcat 6.0.29 and Chrome: The connection had to be retried using SSL 3.0.

2010-10-15 Thread Mark Thomas
On 15/10/2010 17:58, Robert La Ferla wrote: > When users connect to our Tomcat 6.0.29 using Google Chrome, they get > this warning when they click the security icon: > > "The connection had to be retried using SSL 3.0. This typically means > that the server is using very old software and may hav

RE: SSL/TLS, Tomcat 6.0.29 and Chrome: The connection had to be retried using SSL 3.0.

2010-10-15 Thread Maximilian Stocker
There are some issues with Chrome regarding SSL, essentially Chrome is more restrictive than other browsers and will get upset with proxied connections etc. For example http://www.google.com/support/forum/p/Chrome/thread?tid=6cbb881fc85406f4&hl=en Especially see reply #2 there. Are you sure tha