Table of Contents

About

TLS is a cryptographic protocol and the successor to SSL, and is described in the RFC 2246 standard.

The protocol name was changed from SSL to TLS when it became a standard.

TLS is a protocol that helps provide privacy between communicating applications. When a server and client communicate, TLS ensures that no third party can overhear or tamper with any messages.

TLS is

It secures the traffic from the beginning of the connection. If you want to secure the traffic in the middle of a plain text connection, you should use StartTLS

Version

Externally Internally
SSL 2.0 SSL 2.0
SSL 3.0 SSL 3.0
TLS 1.0 SSL 3.1
TLS 1.1 SSL 3.2
TLS 1.2 SSL 3.3

Management

Handshake / Procedure

See SSL - Handshake

Installation

For SSL/TLS negotiation (handshake) to take place, the system administrator must prepare the minimum of 2 files:

See

Firefox:

Tls Version Firefox

Chrome dev tool:

Chrome Dev Tool Security

Check / Validate

https://www.ssllabs.com/ssltest/analyze.html

Documentation / Reference