1
I am trying to understand the internals/working of SSL. I would like to view the handshaking, key exchange, cypher exchange, session key, etc. messages communicated. So, I thought if I enable firebug and try to visit https://www.gmail.com I should be able to see some SSL exchanges in action. I cannot.
Any suggestions?