Αναζήτηση στην υποστήριξη

Προσοχή στις απάτες! Δεν θα σας ζητήσουμε ποτέ να καλέσετε ή να στείλετε μήνυμα σε κάποιον αριθμό τηλεφώνου ή να μοιραστείτε προσωπικά δεδομένα. Αναφέρετε τυχόν ύποπτη δραστηριότητα μέσω της επιλογής «Αναφορά κατάχρησης».

Learn More

My website works fine on Chrome, but on Firefox there's a `SEC_ERROR_UNKNOWN_ISSUER` error with my SSL certificate.

  • 4 απαντήσεις
  • 1 έχει αυτό το πρόβλημα
  • 83 προβολές
  • Τελευταία απάντηση από FredMcD

more options

My website is https://miroware.io/. In Chrome, it loads fine, and the SSL certificate works perfectly. In Firefox, there's an error. The section at https://support.mozilla.org/en-US/kb/troubleshoot-SEC_ERROR_UNKNOWN_ISSUER#w_missing-intermediate-certificate explains what the error is, but not how to fix it. Can I fix it? If so, how?

My website is https://miroware.io/. In Chrome, it loads fine, and the SSL certificate works perfectly. In Firefox, there's an error. The section at https://support.mozilla.org/en-US/kb/troubleshoot-SEC_ERROR_UNKNOWN_ISSUER#w_missing-intermediate-certificate explains what the error is, but not how to fix it. Can I fix it? If so, how?
Συνημμένα στιγμιότυπα

Επιλεγμένη λύση

Oh! Never mind. I fixed it by applying a CA value in my Node server, setting it to my `chain.pem` file.

Ανάγνωση απάντησης σε πλαίσιο 👍 0

Όλες οι απαντήσεις (4)

more options

Επιλεγμένη λύση

Oh! Never mind. I fixed it by applying a CA value in my Node server, setting it to my `chain.pem` file.

more options

There is security software like Avast, Kaspersky, BitDefender and ESET that intercept secure connections and send their own certificate.


https://support.mozilla.org/en-US/kb/troubleshoot-SEC_ERROR_UNKNOWN_ISSUER

Τροποποιήθηκε στις από το χρήστη FredMcD

more options

FredMcD said

There is security software like Avast, Kaspersky, BitDefender and ESET that intercept secure connections and send their own certificate. https://support.mozilla.org/en-US/kb/troubleshoot-SEC_ERROR_UNKNOWN_ISSUER

I don't use any of this software and have already solved the issue myself. See above.

more options

That was very good work. Well done.