tl-create icon indicating copy to clipboard operation
tl-create copied to clipboard

Unable to get TL from Mozilla and Microsoft

Open YuryStrozhevsky opened this issue 9 years ago • 3 comments

For Mozilla:

node src/bin/tl-create.js --mozilla --format pkijs roots.pkijs_mozilla
Parsing started: 2017:02:28:12:58:24
Trust Lists: Mozilla
Error: Can not parse row 193: CKA_NSS_MOZILLA_CA_POLICY CK_BBOOL CK_TRUE
Cannot fetch any Trust Lists.

For Microsoft:

node src/bin/tl-create.js --microsoft --format pkijs roots.pkijs_microsoft
Parsing started: 2017:02:28:12:59:19
Trust Lists: Microsoft
Error: ENOENT: no such file or directory, open 'C:\Users\y-str\AppData\Local\Temp\authrootstl117128-13984-nee42l.f5nr7fogvi\authroot.stl'
Cannot fetch any Trust Lists.

YuryStrozhevsky avatar Feb 28 '17 09:02 YuryStrozhevsky

@fotisl can you look at this?

rmhrisk avatar Feb 28 '17 19:02 rmhrisk

I will have a look at it as soon as I find some time.

fotisl avatar Mar 02 '17 12:03 fotisl

Pull request #54 solves the mozilla problem. I do not have access to a windows machine right now, but microsoft parsing works correctly at linux. My best guess is that there is a problem with the expansion of the .cab file. I will check it out as soon as I get access to a windows machine.

fotisl avatar Mar 21 '17 14:03 fotisl