Bugs item #1579471, was opened at 2006-10-18 14:13
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100976&aid=1579471&group_id=976
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: libcurl
Group: wrong behaviour
Status: Open
Resolution: None
Priority: 5
Submitted By: PC Varma (pcvarma)
Assigned to: Daniel Stenberg (bagder)
Summary: Fetching https, curl returns code 56 on 407 from proxy
Initial Comment:
Proxy Details : MS ISA with NTLM and Baisc
Authentication mechanisms enabled.
libcURL version : 7.15.5
When fetching an https resource from a proxy that
requires authentication curl returns error CURLcode
56 (CURLE_RECV_ERROR) when the proxy responds with
a 407 (proxy authentication required).
This is the problematic as curl doesn't provide the
407 header making it impossible to extract the
challenge information necessary (auth method &
realm) to re-fetch. It seems
that curl should return CURLE_OK and then provide the
407 header and body which would be consistent with
cURLs behavior given an http url.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100976&aid=1579471&group_id=976
Received on 2006-10-18