cURL / Mailing Lists / curl-library / Single Mail

curl-library

connection to proxy over SSL (HTTPS)

From: Dmitry Bakshaev <dab1818_at_gmail.com>
Date: Fri, 30 Sep 2016 15:46:21 +0400

some browsers: firefox/seamonkey, chrome/chromium supports secure
connection to HTTP proxy server over HTTPS. may also require client
certificate for authentification.

http://www.chromium.org/developers/design-documents/secure-web-proxy
https://bugzilla.mozilla.org/show_bug.cgi?id=378637
http://www.squid-cache.org/Doc/config/https_port/

HTTPS_PROXY set proxy for HTTPS-server, not HTTPS-proxy.

curl -x https://proxy-server ...
curl: (7) Unsupported proxy scheme for https://proxy-server

how to use curl in this scheme?

-------------------------------------------------------------------
List admin: https://cool.haxx.se/list/listinfo/curl-library
Etiquette: https://curl.haxx.se/mail/etiquette.html
Received on 2016-09-30