On Thu, Oct 8, 2009 at 8:08 PM, Tiberiu Motoc <[email protected]> wrote: > I'm trying to get my program to work through a proxy. My code is simple:
> res = curl_easy_setopt( handle, CURLOPT_PROXY, "liberty:3128" ); Does it work if you specify the fully qualified domain name? Are you using c-ares by any chance? It doesn't implement fqdn processing on Windows. -Costa ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
