SSL unexpected message w/ ff3b5 client

2008/04/19 06:12:13 [info] 32463#0: *5250 SSL_do_handshake() failed
(SSL: error:140943F2:SSL routines:SSL3_READ_BYTES:sslv3 alert unexpected
message) while reading client request line,
(client and server redacted)

Any idea what might be causing this and a possible solution?

TIA,
Allen Parker

On Fri, 2008-04-18 at 23:17 -0700, Allen “Chip” Parker wrote:

2008/04/19 06:12:13 [info] 32463#0: *5250 SSL_do_handshake() failed
(SSL: error:140943F2:SSL routines:SSL3_READ_BYTES:sslv3 alert unexpected
message) while reading client request line,
(client and server redacted)

Any idea what might be causing this and a possible solution?

Yes, FF3b5 is causing it and FF3 final is the solution =)

Cliff

Cliff W. wrote:

Cliff

If you want a temporary fix to this issue, use ‘ssl_protocols SSLv3;’

I’ve managed to thin it down to how ff3b5 and nginx speak TLSv1 to each
other.

2008/04/19 06:12:13 [info] 32463#0: *5250 SSL_do_handshake() failed
(SSL: error:140943F2:SSL routines:SSL3_READ_BYTES:sslv3 alert unexpected

Any idea what might be causing this and a possible solution?

Yes, FF3b5 is causing it and FF3 final is the solution =)

I am running nginx/0.6.29 and I experienced the same Problem,
but also with Firefox 3.0.1 (final). The SSLv3-workaround helped.