Thursday, October 10, 2013, 3:31:18 AM, you wrote:

> Hello,
> I thought curl did actually sent SSL, but it seems it's not because I
> don't see any SSL Handshake in curl output :-/

> I guess curl tries to use HTTP tunnel even if I specify a HTTPS proxy
> with export https_proxy="https://my_proxy:443/"; or using commandline
> option -x/--proxy with same value.

I think I got around that by using the --resolve feature of curl to force it to 
use a proxy via HTTPS (and not CONNECT).

Reply via email to