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:

  1. Issued by a trusted certificate authority, and;
  2. 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