Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, see this article.

Iskanje po podpori

Izogibajte se prevarantski tehnični podpori. Nikoli vam ne bomo naročili, da pokličete telefonsko številko ali nam pošljete osebne podatke. Sumljivo dejavnost prijavite z gumbom »Prijavi zlorabo«.

Več o tem

firefox ca certificate install does not work in firefox 91.5.0esr

more options

HI All

We were recently upgraded to firefox 91 from 78. Using SUSE linux. To get rid of the error "SEC_ERROR_UNKNOWN_ISSUER" we had installed the CA certificates to firefox. Using this in mozilla.cfg

var certdb = Cc["@mozilla.org/security/x509certdb;1"].getService(Ci.nsIX509CertDB); var certdb2 = certdb; try { certdb2 = Cc["@mozilla.org/security/x509certdb;1"].getService(Ci.nsIX509CertDB2); } catch (e) {} cert = "MIIHPT...zTMVD"; // This should be the certificate content with no line breaks at all. certdb2.addCertFromBase64(cert, "C,C,C", "");

After upgrade when any secure page is loaded for the first time we get the SEC_ERROR_UNKNOWN_ISSUER error. Please help me fixing it.

HI All We were recently upgraded to firefox 91 from 78. Using SUSE linux. To get rid of the error "SEC_ERROR_UNKNOWN_ISSUER" we had installed the CA certificates to firefox. Using this in mozilla.cfg var certdb = Cc["@mozilla.org/security/x509certdb;1"].getService(Ci.nsIX509CertDB); var certdb2 = certdb; try { certdb2 = Cc["@mozilla.org/security/x509certdb;1"].getService(Ci.nsIX509CertDB2); } catch (e) {} cert = "MIIHPT...zTMVD"; // This should be the certificate content with no line breaks at all. certdb2.addCertFromBase64(cert, "C,C,C", ""); After upgrade when any secure page is loaded for the first time we get the SEC_ERROR_UNKNOWN_ISSUER error. Please help me fixing it.

Vsi odgovori (2)

more options

What pages are you encountering this error?

more options

All pages are in localhost.