Hello, What is the reason why Wireshark was able to decrypt only 60% of SSL (https) packets to only one https-server. The server certificate has been provided in .p12 format with a password one day after pulled the traces from the network. What can we do to decrypt the remaining 40%? Is it right that Wireshark can't save the decrypted packets to a different file by means wireshark can decrypt on the fly (while capturing or reading a tracefile) only? thx for hints, Steffen asked 25 Feb '14, 05:03 Discovery |
One Answer:
maybe the other 40% of connections were using a cipher with Diffier Hellman (DH or DHE - see SSL/TLS handshake). If that is the case, you cannot decrypt those connections with the server private key only.
If Diffie Hellmann is the reason:
Decrypt SSL with Diffie Hellmann:
Yes and no. It depends on the Wireshark version you are using and the functionality you need. See the answer to a similar question.
Regards answered 25 Feb '14, 09:30 Kurt Knochner ♦ |
many thx to your large answer.
But there is no DH used in the SSL handshakes.
Steffen
so, what do you see in the SSL Decryption debug log?