This one line patch fixes the problem for me: --- lib/ssluse.c 21 Jan 2009 04:42:47 -0000 1.214 +++ lib/ssluse.c 22 Jan 2009 18:51:03 -0000 @@ -1386,7 +1386,7 @@ implementations is desired." */ - SSL_CTX_set_options(connssl->ctx, SSL_OP_ALL); + SSL_CTX_set_options(connssl->ctx, SSL_OP_ALL|SSL_OP_NO_TICKET); /* disable SSLv2 in the default case (i.e. allow SSLv3 and TLSv1) */ if(data->set.ssl.version == CURL_SSLVERSION_DEFAULT)
-- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org