qzind / qz-print

Archive for legacy qz-print versions (1.8, 1.9). See https://github.com/qzind/tray for modern versions.
Other
141 stars 101 forks source link

WARNING: Error executing certutil #38

Closed tresf closed 9 years ago

tresf commented 9 years ago

On Linux when starting QZ Tray you may receive the following error:

WARNING: Error executing certutil.  Ensure it is installed properly with write access to
sql:$HOME/.pki/nssdb. Secure websockets will not function on certain browsers.

The exact cause is unknown, but a valid workaround seems to be to delete the certificate manually via:

certutil -d sql:$HOME/.pki/nssdb -D -n "QZ Industries, LLC"

Run this above command over and over until the following message appears:

certutil: could not find certificate named "QZ Industries, LLC": 
SEC_ERROR_UNRECOGNIZED_OID: Unrecognized Object Identifier.

Then try launching QZ Tray again.

tresf commented 9 years ago

Closing since there are lack of steps to reproduce. When sufficient steps exist, please reopen and edit the original bug description.