Bug#685402: libcurl3-gnutls: curl_easy_perform() fails with error 35 (SSL connect error)

2012-09-04 Thread Daniel Stenberg
On Mon, 20 Aug 2012, Alessandro Ghedini wrote: Attached is a patch that calls gnutls_error_is_fatal() on the gnutls_handshake() error code to check if it's fatal. Thanks, looks good to me. Merged and pushed! -- / daniel.haxx.se -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.de

Bug#685402: libcurl3-gnutls: curl_easy_perform() fails with error 35 (SSL connect error)

2012-08-20 Thread Alessandro Ghedini
[ CCing curl-library mailing list ] Hi, On Mon, Aug 20, 2012 at 04:03:38PM +0200, Olivier Berger wrote: > I've compiled the https.c example (http://curl.haxx.se/libcurl/c/https.html), > adapted to connect to fusionforge.int-evry.fr on port 443, adding : > curl_easy_setopt(curl, CURLOPT_VERBOSE,

Bug#685402: libcurl3-gnutls: curl_easy_perform() fails with error 35 (SSL connect error)

2012-08-20 Thread Olivier Berger
Package: libcurl3-gnutls Version: 7.26.0-1 Severity: normal Hi. I've compiled the https.c example (http://curl.haxx.se/libcurl/c/https.html), adapted to connect to fusionforge.int-evry.fr on port 443, adding : curl_easy_setopt(curl, CURLOPT_VERBOSE, 1L); #define SKIP_PEER_VERIFICATION 1 #defi