How to see the handshaking messages of SSL/TLS in firefox using firebug?

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?

Sunny

Posted 2014-03-21T12:10:42.317

Reputation: 331

Answers

2

I think firebug works only on the level of HTTP, but HTTPS is HTTP encapsulated in SSL. To view this you can use wireshark.

Steffen Ullrich

Posted 2014-03-21T12:10:42.317

Reputation: 3 897