Ask Your Question
0

SSLKEYLOGFILE with Firefox

asked 2020-09-11 14:55:00 +0000

Tim Ward gravatar image

Anyone know whether it's possible to make SSLKEYLOGFILE work with Firefox, and if so how?

I follow the instructions I've found, and no file is created.

Firefox 80.0.1 on Windows

edit retag flag offensive close merge delete

Comments

Which instructions are you using?
Did you give a full path to the file and is the directory writable?

C:\Users\foo>set | findstr /I ssl
SSLKEYLOGFILE=C:\Users\foo\sslkeylog.txt
Chuckc gravatar imageChuckc ( 2020-09-11 15:14:43 +0000 )edit

Ah. I was distracted by a Firefox ticket about turning this feature off, and was left confused as to whether it was still supposed to be working or not.

I took your reply as indication that it should work, so had (yet) another look at my batch file.

And discovered a typing error in the path name to the file, which I've fixed, and it now works.

Thanks.

Tim Ward gravatar imageTim Ward ( 2020-09-11 15:23:38 +0000 )edit

(Note to self)
To check version on Windows requires pipe

C:\Users\foo>"c:\Program Files\Mozilla Firefox\firefox.exe" -v 
C:\Users\foo>"c:\Program Files\Mozilla Firefox\firefox.exe" -v | more  
Mozilla Firefox 80.0.1
Chuckc gravatar imageChuckc ( 2020-09-11 15:29:45 +0000 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2020-09-11 15:25:15 +0000

Tim Ward gravatar image

It is supposed to work.

I had an error in my path name, and it worked when I fixed it.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

Stats

Asked: 2020-09-11 14:55:00 +0000

Seen: 2,192 times

Last updated: Sep 11 '20