curl / Mailing Lists / curl-library / Single Mail

curl-library

Re: HTTPS proxy, another take

From: Thomas Glanzmann <thomas_at_glanzmann.de>
Date: Thu, 24 Nov 2016 00:02:32 +0100

Hello,

> (infra) [~/work/vlconnect] local/linux/bin/curl --proxy-cacert /etc/ssl/certs/ca-certificates.crt --cacert /etc/ssl/certs/ca-certificates.crt --proxy https://tg:password@proxy.glanzmann.de:443/ https://google.com
> curl: (4) A requested feature, protocol or option was not found built-in in this libcurl due to a build-time decision.

over a 'http' proxy, it works:

(infra) [~/work/vlconnect] local/linux/bin/curl --proxy-cacert /etc/ssl/certs/ca-certificates.crt --cacert /etc/ssl/certs/ca-certificates.crt --proxy http://tg:password@10.10.10.1:8080/ https://google.com

Cheers,
        Thomas
-------------------------------------------------------------------
List admin: https://cool.haxx.se/list/listinfo/curl-library
Etiquette: https://curl.haxx.se/mail/etiquette.html
Received on 2016-11-24