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
AFAIK there is no such functionality (correct me if I'm wrong). The solution is to import your certificate into the windows keystore. The internally used Winhttp will then automatically find the certificate.
My http_client needs to connect to a https server, currently, this https server uses a self-signed certificate.
On Linux, the http_client works fine by calling below API to set the ca certificate:
But there is no such API on Windows, how to pass cacert.pem to http_client_config on Windows?
The text was updated successfully, but these errors were encountered: