cURL

curl's project page on SourceForge.net

Sponsors:
Haxx

cURL > Mailing List > Monthly Index > Single Mail

curl-tracker Archives

[curl:feature-requests] #57 Support for http_proxy=https:/

From: Daniel Stenberg <bagder_at_users.sf.net>
Date: Mon, 17 Mar 2014 09:30:19 +0000

- **status**: open --> closed-duplicate
- **Comment**:

This is a duplicate of feature-request [feature-requests:#52]

---
** [feature-requests:#57] Support for http_proxy=https:/**
**Status:** closed-duplicate
**Created:** Mon Feb 07, 2011 08:33 AM UTC by Philipp Hahn
**Last Updated:** Mon Feb 07, 2011 11:15 AM UTC
**Owner:** Daniel Stenberg
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
---
Sent from sourceforge.net because curl-tracker@cool.haxx.se is subscribed to https://sourceforge.net/p/curl/feature-requests/
To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/curl/admin/feature-requests/options.  Or, if this is a mailing list, you can unsubscribe from the mailing list.
Received on 2014-03-17

These mail archives are generated by hypermail.

donate! Page updated December 29, 2013.
web site info

File upload with ASP.NET