Is there any way to see the information I transmit when I establish a https connection with the server?

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

in this way.
Mar.28,2021

if https uses ssl encryption, you can grab the packet with the wireshark tool, set the corresponding key before grabbing the packet, and the tool can help you decrypt the message.

Menu