cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: Help for using curl with proxy

From: Dan Fandrich <dan_at_coneharvesters.com>
Date: Thu, 8 Mar 2007 23:26:47 -0800

On Fri, Mar 09, 2007 at 01:58:35PM +0800, Pokala Prabhakar - R&D wrote:
> I am using the follwing options:
>
> curl URL --proxy proxyIP:port --proxy-user username:password
>
> I am getting the follwing error (with the verbose option):
[...]
> < Proxy-Authenticate: NTLM
> < Proxy-Authenticate: Kerberos
> < Proxy-Authenticate: Negotiate
> < Connection: close

This is the proxy's way of telling you that it doesn't support Basic
authentication. Try adding the --proxy-anyauth option to have curl
negotiate an appropriate authentication method with the proxy server.

>>> Dan

-- 
http://www.MoveAnnouncer.com              The web change of address service
          Let webmasters know that your web site has moved
Received on 2007-03-09