Comment 24 for bug 926548

Revision history for this message
Guy K. Kloss (guy.kloss) wrote :

I've just stumbled upon this bug report searching for the evil pycurl.error: (35, 'gnutls_handshake() failed: GnuTLS internal error.')

I found a solution by telling cURL what version of SSL to use:

connection.setopt(pycurl.SSLVERSION, pycurl.SSLVERSION_SSLv3)

This is where I found this gem: http://diybetfairbots.lefora.com/2010/03/08/tls-handshake-problem-with-pycurl/#post4

Hope that helps,

Guy