libcURL.cURLSession.IsSSLCertOK - charonn0/RB-libcURL GitHub Wiki
libcURL.cURLSession.IsSSLCertOK
Property declaration
Dim IsSSLCertOK As Boolean
Return value
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.
Remarks
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.
See also
- EasyHandle.Secure
- CURLINFO_SSL_VERIFYRESULT in the libcurl documentation