搜索 | 用户支持

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

详细了解

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

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