help-gnutls
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SSL Handshake errors


From: David Hill
Subject: SSL Handshake errors
Date: Mon, 23 May 2011 18:02:58 -0400
User-agent: Mutt/1.5.21 (2010-09-15)

Using the xxxterm browser (webkit/gnutls), I see the following with
2.12.3 and 2.12.5 versions of gnutls in my Apache logs.

[Mon May 23 16:02:23 2011] [error] mod_ssl: SSL handshake timed out
(client 192.168.1.2, server www.example.com:443)
[Mon May 23 16:02:24 2011] [error] mod_ssl: SSL handshake timed out
(client 192.168.1.2, server www.example.com:443)
[Mon May 23 16:02:24 2011] [error] mod_ssl: SSL handshake timed out
(client 192.168.1.2, server www.example.com:443)
[Mon May 23 16:02:25 2011] [error] mod_ssl: SSL handshake timed out
(client 192.168.1.2, server www.example.com:443)
[Mon May 23 16:02:25 2011] [error] mod_ssl: SSL handshake timed out
(client 192.168.1.2, server www.example.com:443)
[Mon May 23 16:02:26 2011] [error] mod_ssl: SSL handshake timed out
(client 192.168.1.2, server www.example.com:443)
[Mon May 23 16:02:28 2011] [error] mod_ssl: SSL handshake timed out
(client 192.168.1.2, server www.example.com:443)

If I disable TLSv1 in my apache config, the error is:
[Mon May 23 15:53:42 2011] [error] mod_ssl: SSL handshake interrupted by
system [Hint: Stop button pressed in browser?!] (System error follows)
[Mon May 23 15:53:42 2011] [error] System: Connection reset by peer
(errno: 54)

These errors do not show up using Firefox.

My apache config is:
        SSLProtocol -ALL +SSLv3 +TLSv1
        SSLCipherSuite ALL:-ADH:+HIGH:+MEDIUM:-LOW:-SSLv2:-EXP

I have also tried without TLS.

I have also tried with:
SSLCipherSuite ALL:!ADH:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP

No change..  just tons of SSL handshake timed out errors.

Thoughts?

- David





reply via email to

[Prev in Thread] Current Thread [Next in Thread]