cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Getting error CURLE_SSL_CONNECT_ERROR intermittently

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Thu, 23 Feb 2006 15:34:37 +0100 (CET)

On Thu, 23 Feb 2006, Raul Carolus wrote:

> This only seems to happen when I set CURLOPT_DEBUGFUNCTION. If I do not set
> a debug function, the error does not occur.

It only happens then because it is only when the debug callback is set that
libcurl sets the OpenSSL callbacks that you get that error from!

My advice for the next step: use a debugger. Set a break-point and single-step
into the OpenSSL lib and figure out why it fails on this operation. I fail to
see how libcurl can affect this problem!

-- 
  Commercial curl and libcurl Technical Support: http://haxx.se/curl.html
Received on 2006-02-23