搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

Learn More

Firefox just shows an empty "alert" popup for SSL certificate errors

  • 2 回覆
  • 1 有這個問題
  • 60 次檢視
  • 最近回覆由 guywithpants

more options

Whenever I visit a website that has an SSL certificate issue, instead of any kind of actual error page, Firefox just shows a modal "Alert" dialog box with no text.

In the attached screenshot, I visited a page I know has an SSL certificate issue. In Chrome, I get a full-page warning. But in Firefox, just the description-less "Alert" box.

I tried disabling all of my plugins before visiting the site as well and got the same result. I don't seem to have customized any of the SSL or Certificate settings in about:config either.

Does anybody have any idea how I can get something approaching normal behaviour out of Firefox for mac?

Whenever I visit a website that has an SSL certificate issue, instead of any kind of actual error page, Firefox just shows a modal "Alert" dialog box with no text. In the attached screenshot, I visited a page I know has an SSL certificate issue. In Chrome, I get a full-page warning. But in Firefox, just the description-less "Alert" box. I tried disabling all of my plugins before visiting the site as well and got the same result. I don't seem to have customized any of the SSL or Certificate settings in about:config either. Does anybody have any idea how I can get something approaching normal behaviour out of Firefox for mac?
附加的畫面擷圖

被選擇的解決方法

You can check xul.error_pages prefs on the about:config page and make sure they are default and not user set (bold). If necessary then reset the pref via the right-click context menu to the default value (true).

  • browser.xul.error_pages.enabled

You can open the about:config page via the location/address bar. You can accept the warning and click "I accept the risk!" to continue.

從原來的回覆中察看解決方案 👍 1

所有回覆 (2)

more options

選擇的解決方法

You can check xul.error_pages prefs on the about:config page and make sure they are default and not user set (bold). If necessary then reset the pref via the right-click context menu to the default value (true).

  • browser.xul.error_pages.enabled

You can open the about:config page via the location/address bar. You can accept the warning and click "I accept the risk!" to continue.

more options

Thank you, that was absolutely it. browser.xul.error_pages.enabled was set to "false". When I reset it back to the default of "true", I see the error page again.