cURL
Haxx ad
libcurl

curl's project page on SourceForge.net

Sponsors:
Haxx

cURL > Mailing List > Monthly Index > Single Mail

curl-tracker Archives

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

From: SourceForge.net <noreply_at_sourceforge.net>
Date: Mon, 07 Feb 2011 11:15:44 +0000

Feature Requests item #3174827, was opened at 2011-02-07 09:33
Message generated for change (Settings changed) made by bagder
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=350976&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: None
>Group: None
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

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

>Comment By: Daniel Stenberg (bagder)
Date: 2011-02-07 12:15

Message:
This is a good idea, and I certainly wouldn't mind seeing this supported.
Thanks for the apache config to get something up to test against.

I'm moving this entry to the feature-request tracker, but please be aware
that hardly anyone ever care about these submitted requests so please do
consider rolling up your sleeves and dig into this yourself to make it
actually happen...

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

You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=350976&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