cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: SSL and Verbose...

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Wed, 8 Nov 2006 22:49:39 +0100 (CET)

On Wed, 8 Nov 2006, Bradford Bruce wrote:

(Please don't use "Reply" as a shortcut to start a new thread. It breaks the
threading.)

> I have turned off verbose mode
> curl_easy_setopt(curl_handle, CURLOPT_VERBOSE, NULL);
>
> But I still define a debug function for use when needed
> curl_easy_setopt(curl_handle, CURLOPT_DEBUGFUNCTION,
> CHTTP_cURL::DebugCallback);
>
> When using just HTTP the DebugCallback doesn't get called, when I switch to
> HTTPS, it does get called...
>
> So... Either I've missed a second flag to turn off SSL verbose, or it's a
> bug in libcurl.

It is a bug, thanks for reporting! I fixed just now in CVS...

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