TLSversion
TLSversion refers to the version of the Transport Layer Security protocol used to secure a network connection. The version affects the handshake messages, key exchange, encryption algorithms, and integrity checks that protect the session.
TLS has evolved from SSL through several versions. The main publicly deployed versions are TLS 1.0, 1.1,
Version negotiation typically occurs during the TLS handshake. In versions prior to 1.3, the client and server
Practically, TLSversion is configured on servers and clients to enforce minimum and maximum supported versions. Security