cURL / Mailing Lists / curl-library / Single Mail

curl-library

RE: Authentication

From: Vincent BRONNER <vbr_at_sxb.bsf.alcatel.fr>
Date: Tue, 10 Feb 2004 10:10:24 +0100

I had the same problem using libcurl 7.11.0 with Squid proxy and NTLM
authentication. I found that Squid always answers with HTTP 1.0 version.
And in this case, libcurl close the connection after each transfer. So
the NTLM authentication process can never go to its end.
I patched Squid so that it answers HTTP 1.1 version (for test purpose
only), and it worked fine for me.

Vince
Received on 2004-02-10