-
Our webservers use TLS certificates that are signed using the Windows CA that is built into our Active Directory deployment, aka Active Directory Certificate Services [ADCS]. The root certificate for ADCS is installed in the Windows Certificate Store, so the TLS session is properly anchored and show correctly in MS Edge, Firefox, etc... However, when trying to use cURL for Windows, it reports that these certs are self-signed and refuses to trust them. How do I get cURL to look/find the root for these certs in the windows trust root? I suspect that the answer has something to do with Schannel, but am lost beyond that... Sample output:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Workaround is to use |
Beta Was this translation helpful? Give feedback.
Workaround is to use
set CURL_SSL_BACKEND=Schannel