SSL Handshake errors
David Hill
david at wmol.com
Tue May 24 00:02:58 CEST 2011
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
More information about the Gnutls-help
mailing list