Connection Setting Keyword Tokens
TLSStrength
keyword
Keyword/Value syntax |
TLSStrength {0|40|56|128|168} |
Valid in connection types |
TELNET |
Can change value if connection is open? |
Yes |
Specifies the minimum allowable level of encryption for SSL/TLS connections. The connection will fail if this level cannot be provided. This setting is only relevant when UseTLS is True.
When this setting is 0, any encryption level is permitted, and Reflection will negotiate with the host system to choose a level supported by both the host and the PC.
The default value is 0.
Session.ConnectionType = "TELNET"
Session.ConnectionSettings = "TelnetPort 992"
Session.ConnectionSettings = "UseTLS True"
Session.ConnectionSettings = "TLSStrength 128"