You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: