cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Problem with NTLM proxy auth

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Tue, 6 Aug 2013 11:18:55 +0200 (CEST)

On Tue, 6 Aug 2013, Volker Schmid wrote:

> 2013-08-06 10:09:31 : CURL: Establish HTTP proxy tunnel to xxxx.xxxx.de:443
> 2013-08-06 10:09:31 : CURL: Proxy auth using Basic with user 'testuser'

This says that libcurl already selected to use Basic for this request. When it
already has selected the Basic method and included such a Proxy-Authorization:
header, then a 407 response will mean failure.

Since you say you selected multiple methods and yet libcurl came to the
conclusion it should use Basic directly, it would indicate that it switched
off the ability to use the others because it was built without support for
them. I think you should verify that the libcurl that's used actually supports
NTLM and digest.

Are you sure that's the complete log?

-- 
  / daniel.haxx.se
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette:  http://curl.haxx.se/mail/etiquette.html
Received on 2013-08-06