curl-library
Re: simple.c doesn't work...
From: Kamil Dudka <kdudka_at_redhat.com>
Date: Fri, 3 Jul 2009 13:14:56 +0200
Date: Fri, 3 Jul 2009 13:14:56 +0200
On Friday 03 July 2009 12:56:51 gbstack wrote:
> sorry,I just read the "When It doesn't work" part in the tutorial.
> after I set CURLOPT_VERBOSE to 1,it began to give me some details:
>
> * About to connect() to proxy 74.55.139.182 port 3128 (#0)
> * Trying 74.55.139.182...
>
>
> and after several minutes,it didn't change...
It seems like the proxy is dead. Do you really want to use the proxy? If not,
check your environment:
$ env | grep -i proxy
You can either unset the environment variables, or override them
by CURLOPT_PROXY option.
Kamil
Received on 2009-07-03