I understand it's possible to do SSL decryption with asked 26 Feb '13, 23:03 rakslice edited 26 Feb '13, 23:03 |
One Answer:
It's possible, and there are a couple of ways to go about it. First, you can set the preferences on the CLI using the
the "key" field is the path to the RSA Key file somewhere on disk. Second, starting I think in Wireshark 1.8, whenever you configure SSL Decodes in the GUI, they are written to a file on disk in your Wireshark preferences directory (mac/linux that's ~/.wireshark/). If you look in there at the Have fun! answered 27 Feb '13, 06:40 zachad |
One additional note: If you specify more than one key for a given IP address and port combination, only the last will be tried.