|
If you do not have access to the private key, then you can't get
it from anyplace to put into wireshark. If you could, then that would be a HUGE
security hole. Now with that said, you can still sniff traffic on an encrypted
connection, if you put in some sort of man in the middle proxy. You could set up
a proxy that would act on your behalf between you and the web sever. You could
then take have it come at you in clear text and could sniff it that way or
re-encrypt it, get the private cert and decrypt it with Wireshark. You
would have to set up a man in the middle, which might defeat the purpose of what
you are trying to sniff. This is all based on the understanding that you are
trying to look at layer 7 (I.E. text that occurs in the encrypted
packet). If you are trying to look at handshakes and such, then you could
use Wireshark for that or even better SSLDump.
From: wireshark-announce-bounces@xxxxxxxxxxxxx [mailto:wireshark-announce-bounces@xxxxxxxxxxxxx] On Behalf Of Wireshark announcements Sent: Wednesday, April 01, 2009 2:39 PM To: wireshark-announce@xxxxxxxxxxxxx Subject: [Wireshark-announce] Question about the private key of a homerouter for SSL decryption Dear all, |