December 2017
Intermediate to advanced
410 pages
11h 5m
English
When the client first connects to the server, it sends a Client Hello message as a part of the SSL/TLS handshake.
In this message, the client will send the SSL/TLS version, which the client wishes to use, the list of cipher suites supported by the client, the list of compression methods supported, and a few extensions such as SNI, which includes the hostname field so that the server knows which certificate to share.
The following is a list of supported cryptographic algorithms in the preferred order (favorite choice first):
From the list of supported cryptographic algorithms, the service will select one of the cipher suites and if none of them are acceptable, ...
Read now
Unlock full access