Tls query

From The x3270 Wiki

The Tls query returns information about the current state of TLS.

Return values

The Tls query returns one of four values:

(empty)
There is no active connection.
not secure
There is an active connection that is not using TLS.
secure host-unverified
There is an active connection that is using TLS, but the host certificate has not been verified.
secure host-verified
There is an active connection that is using TLS, and the host certificate has been verified.

Notes

The Ssl query is a deprecated alias for the Tls query.