ssldump

SSLv3/TLS network protocol analyzer for debugging SSL/TLS connections

brewmacoslinux
Try with needOr install directly
Source

About

SSLv3/TLS network protocol analyzer

Commands

ssldump

Examples

Capture and analyze SSL/TLS traffic on eth0 interface$ ssldump -i eth0
Analyze HTTPS traffic to/from a specific host$ ssldump -i eth0 host 192.168.1.100 and port 443
Decrypt and display full SSL/TLS handshake with private key$ ssldump -i eth0 -k private_key.pem -A