Re: Handshake Exception with Firefox and Jetty Servlet Container

2008-02-02 Thread skleinei
Hi Nelson, thanks for the Info. We are indeed using a self-signed certificate. I need to get our clients some decisions made, whether we pursue this issue or not. Thanks anyway for your help! -Stefan Nelson Bolyard wrote: > skleinei wrote, On 2008-01-17 09:44: > > [...] Here are the basics:

Re: Handshake Exception with Firefox and Jetty Servlet Container

2008-01-21 Thread Nelson Bolyard
skleinei wrote, On 2008-01-17 09:44: > [...] Here are the basics: > > First of all, I am using version 2.0.0.11. The following parameters > might be of interest:security.enable_ssl2=false, > security.enable_ssl3=true, security.enable_tls=true > The error I am getting after a few clicks or reloads

Re: Handshake Exception with Firefox and Jetty Servlet Container

2008-01-17 Thread skleinei
On Jan 17, 3:57 am, Nelson Bolyard <[EMAIL PROTECTED]> wrote: > Robert Relyea wrote, On 2008-01-16 17:01: > > > > >> Question == > > >> Why is Firefox a ClientHelloV2, although SSL v2 is disabled in Firefox > >> 2? > > > This is a big question. Firefox2 has turned on a number of SSL3/TLS > > ex

Re: Handshake Exception with Firefox and Jetty Servlet Container

2008-01-16 Thread Nelson Bolyard
Robert Relyea wrote, On 2008-01-16 17:01: >> Question == >> >> Why is Firefox a ClientHelloV2, although SSL v2 is disabled in Firefox >> 2? >> > This is a big question. Firefox2 has turned on a number of SSL3/TLS > extensions which require and SSL3 hello. I suspect that for some reason > y

Re: Handshake Exception with Firefox and Jetty Servlet Container

2008-01-16 Thread Robert Relyea
Question == Why is Firefox a ClientHelloV2, although SSL v2 is disabled in Firefox 2? This is a big question. Firefox2 has turned on a number of SSL3/TLS extensions which require and SSL3 hello. I suspect that for some reason you don't really have SSL2 turned off (and old profile?). W

Re: Handshake Exception with Firefox and Jetty Servlet Container

2008-01-16 Thread skleinei
It turned out, that difference was the certificate algorithm. - DSA seems to cause the problem, with RSA there is no problem. This result can also be verified with Tomcat, so it is no Jetty-specific error. I wonder, whether this may be related to these bugs: https://bugzilla.mozilla.org/show_bug

Re: Handshake Exception with Firefox and Jetty Servlet Container

2008-01-10 Thread skleinei
I did some more analysis: When I replace the keystore by another keystore provided by the Jetty distribution, Firefox will not complain about the handshake exception. Nevertheless there are handshake exceptions, and the SSL level switches from TLS to SSLv3. Now I guess the question is: What is

Handshake Exception with Firefox and Jetty Servlet Container

2008-01-09 Thread skleinei
We do have a strange problem with Firefox 2 and Jetty 6.1 (a Servlet Container) using HTTPS to communicate: At some stage Firefox (FF) sends a ClientHelloV2, to which Jetty responds with a ServerHelloV3. This leads to a handshake failure for this handshake and for any subsequent attempt. To avoid