On 3/2/2020 5:36 PM, Lopes, David via curl-library wrote:

I am unable to build with HTTPS-Proxy feature on Windows (curl 7.68)

I am using OpenSSL as the backend, I have also tried with the WINSSL backend

Is there any flag I need to set to build with the feature?

I always get these features:

1> [CMake] -- Enabled features: SSL IPv6 libz AsynchDNS NTLM

1> [CMake] -- Enabled protocols: DICT FILE FTP FTPS GOPHER HTTP HTTPS IMAP IMAPS LDAP POP3 POP3S RTSP SMTP SMTPS TELNET TFTP

 1. [CMake] -- Enabled SSL backends: OpenSSL


It is a bug that it is missing from the features list. HTTPS-proxy is enabled by default if you use OpenSSL, GnuTLS or NSS. HTTPS-proxy is not supported for Schannel (Windows native SSL). If you've built curl with OpenSSL then curl -V it should show you the full features. I've submitted a PR to add HTTPS-proxy to the features detection in the cmake build. [1]

[1]: https://github.com/curl/curl/pull/5025

-------------------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library
Etiquette:   https://curl.haxx.se/mail/etiquette.html

Reply via email to