what I want to ask is what the client and server transmit when they establish a Https
connection, which deepens my impression on my understanding of the Https
establishment process.
what should I do to see Client Hello
and Server Hello
and something like Pre-master Secret
and Finish
that need to be transferred when establishing a connection?
just like when I was watching Http
, I grabbed packets and saw each request message and response message, which greatly helped me to understand Http
, so I also want to deepen my understanding of Https