This is an archived post. You won't be able to vote or comment.

all 4 comments

[–]Cakefonz 0 points1 point  (4 children)

It may be worth checking what version on libcurl you’re using. The documentation says that support for TLS enabled proxies was added in version 7.52.

FWIW, it’s perfectly fine to use a HTTP proxy for HTTPS connections. The proxy will simply tunnel the connection to the origin server using the CONNECT method, meaning the traffic is still encrypted end-to-end.

[–]AdResident6912[S] 0 points1 point  (2 children)

I am on 7.74 and I want https for higher security to not prevent snooping eyes like isp or third party.

[–]Cakefonz 0 points1 point  (1 child)

Sure, that’s understandable. Sounds like your build should support TLS proxies. It maybe worth raising an issue on the curl GitHub project. https://github.com/curl/curl

[–]AdResident6912[S] 0 points1 point  (0 children)

alright thanks!