cURL
Haxx ad
libcurl

curl's project page on SourceForge.net

Sponsors:
Haxx

cURL > Mailing List > Monthly Index > Single Mail

curl-tracker Archives

[ curl-Bugs-3174827 ] Support for http_proxy=https:/

From: SourceForge.net <noreply_at_sourceforge.net>
Date: Mon, 07 Feb 2011 08:33:46 +0000

Bugs item #3174827, was opened at 2011-02-07 09:33
Message generated for change (Tracker Item Submitted) made by pmhahn
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100976&aid=3174827&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: http
Group: new feature request
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Philipp Hahn (pmhahn)
Assigned to: Daniel Stenberg (bagder)
Summary: Support for http_proxy=https:/

Initial Comment:
It would be nice if cURL would also support setting the http-proxy to an encrypted https-Proxy, e.g. http_proxy=https://localhost:3129

Works:
http_proxy=https://localhost:3129 lwp-request -m HEAD http://sourceforge.net/
http_proxy=https://localhost:3129 lynx http://sourceforge.net/
http_proxy=https://localhost:3129 apt-get update
http_proxy=https://localhost:3129 python -c 'import urllib2;print urllib2.urlopen("http://www.univention.de/").code'
Doesn't work:
http_proxy=https://localhost:3129 wget -O/dev/null -S http://sourceforge.net/
http_proxy=https://localhost:3129 curl -I http://sourceforge.net/
http_proxy=https://localhost:3129 elinks http://sourceforge.net/
http_proxy=https://localhost:3129 w3m http://sourceforge.net/

curl 7.18.2

----------------------------------------------------------------------

You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100976&aid=3174827&group_id=976
Received on 2011-02-07

These mail archives are generated by hypermail.

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

File upload with ASP.NET