Mozilla 도움말 검색

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

자세히 살펴보기

Unable to get add ons if trust disabled for DigiCert Global Root CA

  • 3 답장
  • 1 이 문제를 만남
  • 20 보기
  • 최종 답변자: HarryStoner

more options

At some point I disabled trust for this cert (along with many others - I distrust non-English CAs and those known to have been hacked). Then when I clicked "Get Add ons" I would get a failure connecting to services.addons.mozilla.org due to untrusted issuer. There is no option to "add exception" because the site uses HSTS, according to the msg.

Outside of Firefox i had to use my own code to connect to services.addons.mozilla.org and debug the SSL/TLS handshake. I saw the root CA from the server and checked my Firefox trust store. Once I re-enabled trust for the DigiCert Global Root CA, I could successfully execute "Get Add ons".

The point here is that you error screen is not helpful. Even if you do not want to let me add an exception, you should at least give me a clear option to view the cert chain. Otherwise how else can someone possibly fix this? Luckily I work with security stuff so could find the certs in the chain externally by other means.

Thank you.

At some point I disabled trust for this cert (along with many others - I distrust non-English CAs and those known to have been hacked). Then when I clicked "Get Add ons" I would get a failure connecting to services.addons.mozilla.org due to untrusted issuer. There is no option to "add exception" because the site uses HSTS, according to the msg. Outside of Firefox i had to use my own code to connect to services.addons.mozilla.org and debug the SSL/TLS handshake. I saw the root CA from the server and checked my Firefox trust store. Once I re-enabled trust for the DigiCert Global Root CA, I could successfully execute "Get Add ons". The point here is that you error screen is not helpful. Even if you do not want to let me add an exception, you should at least give me a clear option to view the cert chain. Otherwise how else can someone possibly fix this? Luckily I work with security stuff so could find the certs in the chain externally by other means. Thank you.

모든 댓글 (3)

more options

I've called the big guys to help you. Good luck.

more options

You can open this chrome URI by pasting or typing this URI in the location/address bar to open the "Add Security Exception" window and check the certificate:

  • chrome://pippki/content/exceptionDialog.xul

In the location field type/paste the URL of the website

  • retrieve the certificate via the "Get certificate" button
  • inspect the certificate via the "View..." button

See also: Mozilla CA Certificate Policy:

Mozilla CA Certificate Maintenance Policy (Version 2.2):

more options

Thank you. I pasted chrome://pippki/content/exceptionDialog.xul into the location bar and it worked as you described.

It is a little obscure but once known does the trick.