Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Firefox: certificate is not trusted because the issuer certificate is unknown

I'm working in a lab environment. I have a Windows-based CA and an SSL-secured website on IIS (on the same machine) with a cert issues from that CA.

When I browse to this site in Firefox using SSL, I get an error "The certificate is not trusted because the issuer certificate is unknown."

If I go to Tools -> Options -> Advanced -> Certificates -> View Certificates -> Authorities, my CA's cert is in the list. If I double-click that certificate, I get "Could not verify this certificate because the issuer is unknown."

Isn't the whole point of adding a CA's cert into the Authorities list to tell Firefox, "Hey... you know this CA, go ahead and trust the certs that it issues?"

How do I fix this problem?

like image 488
Nevo Avatar asked Oct 28 '15 20:10

Nevo


People also ask

How do I fix untrusted certificate error in Firefox?

Check the date and time in the clock on your computer: (double) click the clock icon on the Windows Taskbar. You can retrieve the certificate and check details like who issued certificates and expiration dates of certificates. Let Firefox retrieve the certificate: "Add Exception" -> "Get Certificate".

Can't verify certificate because issuer is unknown?

One possible cause of this error is that a self-signed certificate is installed on the server. Self-signed certificates aren't trusted by browsers because they are generated by your server, not by a CA. You can tell if a certificate is self-signed if a CA is not listed in the issuer field in our SSL Certificate tester.


1 Answers

Firefox is (most in his Desktop versions) very special in checking certificates. Where Google Chrome meets the root certificate, Firefox needs the FULL chain up to the root certificate in your crt file. And don't forget to prefix https:// to request!

like image 152
SkatEddy Avatar answered Oct 21 '22 16:10

SkatEddy