Cheatsheet: Difference between revisions

Line 418:
--> Application Data(GET)
<-- Encrypted Handshake Message(Hello Request)
 
 
#Client sends the supported parameters
#Server chooses the parameters; Sends the certificate; And first half of the Diffie-Hellman key exchange
#Client sends the second half of the Diffie-Hellman exchange, Computes the session keys; Switches to encrypted communication
#Server computes the session keys; Switches to encrypted communication.
 
= NetScaler =