First time here? Check out the FAQ!
THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.
0

SSLKEYLOGFILE with Firefox

  • retag add tags

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

Tim Ward's avatar
1
Tim Ward
asked 2020-09-11 14:55:00 +0000
edit flag offensive 0 remove flag 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's avatar Chuckc (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's avatar Tim 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's avatar Chuckc (2020-09-11 15:29:45 +0000) edit
add a comment see more comments

1 Answer

0

It is supposed to work.

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

Tim Ward's avatar
1
Tim Ward
answered 2020-09-11 15:25:15 +0000
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer