curl / Mailing Lists / curl-library / Single Mail
Buy commercial curl support from WolfSSL. We help you work out your issues, debug your libcurl applications, use the API, port to new platforms, add new features and more. With a team lead by the curl founder himself.

Re: Building with HTTPS-Proxy feature on Windows

From: Ray Satiro via curl-library <curl-library_at_cool.haxx.se>
Date: Tue, 3 Mar 2020 00:28:44 -0500

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
Received on 2020-03-03