cURL
Haxx ad
libcurl

curl's project page on SourceForge.net

Sponsors:
Haxx

cURL > Mailing List > Monthly Index > Single Mail

curl-tracker mailing list Archives

[ curl-Bugs-1579471 ] Fetching https, curl returns code 56 on 407 from proxy

From: SourceForge.net <noreply_at_sourceforge.net>
Date: Wed, 18 Oct 2006 00:43:01 -0700

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 &amp;
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

These mail archives are generated by hypermail.

donate! Page updated November 12, 2010.
web site info

File upload with ASP.NET