thomasguenzel
thomasguenzel

Reputation: 670

Decrypt SSL connection when having a complete dump

how can i debug/decrypt the data of a ssl connection (not https) when having a tcpdump file from the first time connecting until the end? is this possible?

Thanks, Thomas

Upvotes: 0

Views: 298

Answers (1)

Bruno
Bruno

Reputation: 122749

Wireshark can do this if you have the server's private key and if the cipher suite allows it (Ephemeral Diffie-Hellman suites won't work, for example).

Upvotes: 2

Related Questions