搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

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 人有此问题
  • 97 次查看
  • 最后回复者为 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.