cURL / Mailing Lists / curl-library / Single Mail

curl-library

RE: SSL Output on Perl's Libcurl

From: Brian Fife <brian382_at_hotmail.com>
Date: Mon, 26 May 2008 11:13:42 -0400

> Date: Mon, 26 May 2008 16:54:20 +0200
> From: daniel_at_haxx.se
> To: curl-library_at_cool.haxx.se
> Subject: Re: SSL Output on Perl's Libcurl
>
> On Sun, 25 May 2008, Brian Fife wrote:
>
> > SSLv2, Client hello (1):
>
> > I haven't seen any options for disabling this via setopt, and I also tried
> > setting CURL_VERBOSE to 0. Is there any way to disable this output?
>
> As I said on the other list when you posted there, that output is a debug
> output that requires CURLOPT_VERBOSE set to 1. If you didn't do it explicitly
> in your code, then the perl binding must be doing it.

But by going $curl->setopt(CURLOPT_VERBOSE, 0); it should be overriding that perl binding, no?

>
> I've checked the perl binding code but I can't say I see where it would do
> this. But I'm really not very familiar with its internals.
>
> --
>
> / daniel.haxx.se
Received on 2008-05-26