Programming with FTP OLE Automation
TLSCertifyHostName property
Syntax |
Object.TLSCertifyHostName |
Data type |
Boolean |
Returns (first syntax line) or specifies (second syntax line) how Reflection handles SSL/TLS Telnet connections when the host name in the certificate does not match the host being contacted. When this property is True (the default value) the host name in the certificate must match the host you are contacting.
Note: If UseTLS is set to False, this property is ignored.
The default value is True.
None