Use ssldump to decrypt/view SSL/TLS encrypted network packets
With widespread use of SSL/TLS encryption of network traffic, tcpdump/ethereal often are not as useful as they used to be. SSLDUMP is a tool designed to decrypt and display encrypted network traffic. First obtain the private key used during the communication, capture a packet using tcpdump or do a live session (if host computer is fast):
ssldump -k priv_key -r /scratch/sslpkt2 -i eth0 -d
ssldump -k priv_key -r /scratch/sslpkt2 -i eth0 -d
<< Home