...
Enables checking of the TLS/SSL certificate for the correct hostname. This method is set to true
by default. Disabling host verification allows you to accept a certificate being sent for the wrong hostname.
Important
Warning | ||
---|---|---|
| ||
Peer verficiation and host verification are important security checks that prevent "man-in-the-middle" attacks. These features should only be disabled after careful consideration of the security implications. |
...
SetCertificatesFile(filename As String) As Boolean
...