cURL / Mailing Lists / curl-library / Single Mail

curl-library

SSL and Verbose...

From: Bradford Bruce <bbruce_at_interpool.com>
Date: Wed, 8 Nov 2006 10:39:15 -0500

I'm starting to use HTTPS for a project I'm working on.

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.

Thanks
Brad Bruce
Received on 2006-11-08