Connection Setting Keyword Tokens
TLSCertifyHostName
keyword
Keyword/Value syntax |
TLSCertifyHostName {True | False} |
Valid in connection types |
TELNET |
Can change value if connection is open? |
Yes |
This setting affects SSL/TLS connections. It specifies whether host name matching is required when validating host certificates. When this setting is True (the default), the host name you configure in Reflection must exactly match one of the host names entered in either the CommonName or the SubjectAltName field of the certificate.
The default value is True.
Session.ConnectionType = "TELNET"
Session.ConnectionSettings = "TelnetPort 992"
Session.ConnectionSettings = "UseTLS True"
Session.ConnectionSettings = "TLSCertifyHostName False"