microsoft / cpprestsdk

The C++ REST SDK is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. This project aims to help C++ developers connect to and interact with services.
Other
7.89k stars 1.63k forks source link

Need to double confirm if cpprestsdk supports HTTP proxy server secured by TLS #1793

Open ms-hujia opened 1 month ago

ms-hujia commented 1 month ago

As I tested, I found that cpprestsdk didn't support HTTP proxy server secured by TLS. If I provided a proxy server URI as https://proxy:443 and captured the traffic, raw HTTP CONNECT was sent instead of TLS handshake.

Need your help to double if HTTP proxy server secured by TLS is in the support list as I couldn't find in public document. Thanks!