고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

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

  • 4 답장
  • 1 이 문제를 만남
  • 26 보기
  • 최종 답변자: FredMcD

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)

선택된 해결법

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

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 수정일시

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.

That was very good work. Well done.