-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.cURLSession.IsSSLCertOK
Andrew Lambert edited this page Nov 26, 2022
·
2 revisions
libcURL.cURLSession.IsSSLCertOK
Dim IsSSLCertOK As Boolean
Returns True
if the server's SSL/TLS certificate was both:
- Issued by a trusted certificate authority, and;
- Issued to the remote host that is presenting it to us.
If the connection did not use SSL/TLS then this property will always be False
.
This property requires either OpenSSL/boringssl/libressl, NSS, or GnuTLS as the SSL backend. If libcURL was built using one of the other supported SSL libraries then this property is unavailable.
- EasyHandle.Secure
- CURLINFO_SSL_VERIFYRESULT in the libcurl documentation
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2014-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.