From the options below, which represents the first action performed by an SSL (Secure Sockets
Layer) enabled server when a user clicks to browse a secure page?
A.
The server uses its digital certificate to identify itself to the browser.
B.
The server validates the user by checking the CRL (Certificate Revocation List).
C.
The server requests the user to produce the CRL (Certificate Revocation List).
D.
The server displays the page requested by the user on the browser, and then provides its IP
(Internet Protocol) address for verification purposes.
Explanation:
The Secure Socket Layer is used to establish a secure communication connection between two
TCP-based machines. This protocol uses the handshake method. When a connection request is
made to the server, the server sends a message back to the client indicating a secure connection
is needed. The client then sends the server a certificate indicating the capabilities of the client. The
server then evaluates the certificate and responds with a session key and an encrypted private
key. The session is secure after this process.