I'm trying to decrypt HTTPS using Wireshark on Ubuntu 20.04.
I use this guide.
Basically:
- You install Wireshark
- You add
SSLKEYLOGFILE
environment variable - You open Chrome and visit the HTTPS site
- You import the ssl key log file into Wireshark
- And it decrypts the traffic
But no matter what I do, my .ssl-key.log
file is empty. I closed Chrome and reopened it. Visited https://google.com and nothing is written in that file. I even restarted my laptop.
And these questions did not solve my problem:
Chrome not Firefox are not dumping to SSLKEYLOGFILE variable
SSLKEYLOGFILE environment variable doesn't populate any text file