Connection Setting
Keyword Tokens
PKIDisableCRL
keyword
Keyword/Value syntax |
PKIDisableCRL
{True | False} |
Valid in connection types |
TELNET |
Can change value if connection is open? |
Yes |
Description
This
setting applies to SSL/TLS connection. It specifies whether Reflection
checks for certificate revocation when validating host certificates. Select
this setting to disable CRL (Certificate Revocation List) checking.
The
default value of this setting is based on your current system setting
for CRL checking. To view and edit the system setting, launch Internet
Explorer, and go to Tools > Internet Options >Advanced. Under Security,
look for "Check for server certificate revocation."
Example
Session.ConnectionType =
"TELNET"
Session.ConnectionSettings
= "UseTLS True"
Session.ConnectionSettings
= "PKIDisableCRL True"
Related Topics
UseTLS
TLSCertifyHostName
ConnectionSettings
property
Keyword Tokens by
Keyword
Keyword Tokens by
Connection Type