cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Error 407 with Proxy authentication

From: Michael Wood <esiotrot_at_gmail.com>
Date: Wed, 29 Apr 2009 09:08:02 +0200

On Wed, Apr 29, 2009 at 8:27 AM, AMBROSINI Marco <m.ambrosini_at_itcgr.net> wrote:
> Hi Daniel,
> I added -trace and here the result:

Please don't top post.

> == Info: About to connect() to proxy myproxy port 80 (#0)
> == Info:   Trying 10.10.82.13... == Info: connected
> == Info: Connected to myproxy (10.10.82.13) port 80 (#0)
> == Info: Proxy auth using Basic with user 'DOMAIN\USER'
> => Send header, 258 bytes (0x102)
> 0000: GET http://www.google.it HTTP/1.1
> 0023: Proxy-Authorization: Basic RE9NSVRDXHUwMTAxMDExMTE6dGF0b3BpdHRhM
> 0063: zc=

You have just told everybody on this mailing list your domain,
username and password.

Also, notice that you are using "Basic" authentication.

[...]
> 0000: Proxy-Authenticate: Negotiate
> <= Recv header, 30 bytes (0x1e)
> 0000: Proxy-Authenticate: Kerberos
> <= Recv header, 26 bytes (0x1a)
> 0000: Proxy-Authenticate: NTLM
[...]

The proxy server, however, is expecting NTLM authentication.

-- 
Michael Wood <esiotrot_at_gmail.com>
Received on 2009-04-29