cpprestsdk icon indicating copy to clipboard operation
cpprestsdk copied to clipboard

Cannot connect to https with `http_client_winhttp` over proxy from firewall restricted host

Open MarcoWagner opened this issue 3 years ago • 0 comments

Using http_client_winhttp to establish a HTTPS connection over a application specific proxy configuration (adress and credentials) from a firewall restricted host (which can only connect through this proxy) is not possible. Cryptoapi will fail to check the certificates revocation status and error out.

Sadly there is no configuration flag, other than disabling certification check completely (which is no option at all!), so the cpprestsdk is currently not useable in this scenario.

MarcoWagner avatar Dec 09 '21 16:12 MarcoWagner