cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: proxy

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Thu, 3 Apr 2008 12:42:17 +0200 (CEST)

On Thu, 3 Apr 2008, Ramprakash Jelari thinakaran wrote:

> Have configured a proxy setting in my local machine. when i do POST data to
> the server through local proxy, everything works fine. But If i do configure
> the same proxy setting in other machine, if i do POST data, It is not
> working. In VERBOSE mode,
>
> *About to connect() to proxy 128.222.85.30 port 8085 (#0)
> Trying 128.222.85.30...*

This means that it fails to do the TCP connect to 128.222.85.30 port 8085.

> If you guys let me know in which angle do i have to look at this issue?.. Or
> is it a problem with PROXY setting?..

Try using telnet to that port and IP from the same machine and you should see
that it'll fail too.

-- 
  Commercial curl and libcurl Technical Support: http://haxx.se/curl.html
Received on 2008-04-03