curl-users
Maximum redirects followed problem with ntlm proxy auth
Date: 10 May 2005 11:04:18 -0000
Hi all,
I've this error message generated by curl:
Maximum (50) redirects followed when I try to get a web page;
My setup: Linux Mandrake 10.1, curl 7.12.1 (i586-mandrake-linux-gnu) libcurl/7.12.1 OpenSSL/0.9.7d zlib/1.2.1.1 libidn/0.5.4
My machine is behind a Squid 2.5 stable9 proxy, installed on a win 2000 server, with NTLM authentication method enabled; I've wrote a .curlrc file in my home with these lines:
--ntlm
--proxy-ntlm
-x 192.168.168.1:3128
-U lile\temp:mypassword
(192.168.168.1:3128 is my squid machine)
the curl -v www.google.com give this output:
< HTTP/1.0 407 Proxy Authentication Required
< Server: squid/2.5.STABLE9-NT-CVS
< Mime-Version: 1.0
< Date: Tue, 10 May 2005 10:53:09 GMT
< Content-Type: text/html
< Content-Length: 1404
< Expires: Tue, 10 May 2005 10:53:09 GMT
< X-Squid-Error: ERR_CACHE_ACCESS_DENIED 0
< Proxy-Authenticate: NTLM TlRMTVNTUAACAAAAAAAAADgAAAACAgAC7CQHUZ6p4rYAAAAAAAAAAAAAAAA4AAAABQCTCAAAAA8=
< X-Cache: MISS from SERVER.xyz.locale
< Proxy-Connection: close
* Closing connection #0
* Issue another request to this URL: 'http://www.google.com'
* About to connect() to 192.168.168.1 port 3128
* Trying 192.168.168.1... * connected
* Connected to 192.168.168.1 (192.168.168.1) port 3128
* Proxy auth using NTLM with user 'lile\temp'
* Server auth using NTLM with user ''
> GET http://www.google.com HTTP/1.1
Proxy-Authorization: NTLM TlRMTVNTUAABAAAAAgIAAAAAAAAgAAAAAAAAACAAAAA=
Authorization: NTLM TlRMTVNTUAABAAAAAgIAAAAAAAAgAAAAAAAAACAAAAA=
User-Agent: curl/7.12.1 (i586-mandrake-linux-gnu) libcurl/7.12.1 OpenSSL/0.9.7d zlib/1.2.1.1 libidn/0.5.4
Host: www.google.com
Pragma: no-cache
Accept: */*
< HTTP/1.0 407 Proxy Authentication Required
< Server: squid/2.5.STABLE9-NT-CVS
< Mime-Version: 1.0
< Date: Tue, 10 May 2005 10:53:09 GMT
< Content-Type: text/html
< Content-Length: 1404
< Expires: Tue, 10 May 2005 10:53:09 GMT
< X-Squid-Error: ERR_CACHE_ACCESS_DENIED 0
< Proxy-Authenticate: NTLM TlRMTVNTUAACAAAAAAAAADgAAAACAgAC1hxD9JXPMeUAAAAAAAAAAAAAAAA4AAAABQCTCAAAAA8=
< X-Cache: MISS from SERVER.xyz.locale
< Proxy-Connection: close
* Closing connection #0
* Issue another request to this URL: 'http://www.google.com'
* About to connect() to 192.168.168.1 port 3128
* Trying 192.168.168.1... * connected
* Connected to 192.168.168.1 (192.168.168.1) port 3128
* Proxy auth using NTLM with user 'lile\temp'
* Server auth using NTLM with user ''
> GET http://www.google.com HTTP/1.1
Proxy-Authorization: NTLM TlRMTVNTUAABAAAAAgIAAAAAAAAgAAAAAAAAACAAAAA=
Authorization: NTLM TlRMTVNTUAABAAAAAgIAAAAAAAAgAAAAAAAAACAAAAA=
User-Agent: curl/7.12.1 (i586-mandrake-linux-gnu) libcurl/7.12.1 OpenSSL/0.9.7d zlib/1.2.1.1 libidn/0.5.4
Host: www.google.com
Pragma: no-cache
Accept: */*
repeated again and again...it seems an auth problem, but I'm sure that my credentials are exact; in fact, the auth process is ok with Mozilla and I can surf the web.
How can I solve this problem with curl?
Any advice will be greatly appreciated :)
Pk
---------------------------------------------------------------
Scegli il tuo dominio preferito e attiva la tua email! Da oggi
l'eMail di superEva e' ancora piu' veloce e ricca di funzioni!
http://webmail.supereva.it/new/
---------------------------------------------------------------
Received on 2005-05-10