cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: curl 7 can't connect to server: 2

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Fri, 17 Nov 2000 09:47:21 +0100 (MET)

On Thu, 16 Nov 2000, Boor, Pat wrote:

> I am moving my application to production. The following works great from
> my machine. But when I move it to the server I get the error in the
> subject. Any ideas? Is it a proxy setting?

> curl -D %COOKIEFILE% -b %COOKIEFILE% -F %userid% -F %password% -F
> "TR_DIR=UPLOAD" -o %3 -L %ROOT%/getlogin.asp

This doesn't use any proxy so if you need one, that's the problem.

You could easily verify this by instead of using curl like this, run telnet
like:

  telnet <target> 80

... if telnet connects fine, so should curl. If it can't connect, curl won't
either!

-- 
  Daniel Stenberg -- curl project maintainer -- http://curl.haxx.se/
Received on 2000-11-17