We're calling on all EU-based Mozillians with iOS or iPadOS devices to help us monitor Apple’s new browser choice screens. Join the effort to hold Big Tech to account!

为提升您的使用体验,本站正在维护,部分功能暂时无法使用。如果本站文章无法解决您的问题,您想要向社区提问的话,请到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

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

详细了解

Firefox wont let me open hotmail

  • 4 个回答
  • 5 人有此问题
  • 3 次查看
  • 最后回复者为 cor-el

more options

I have been using firefox for a few months now and have had no problems, but last night it stopped me from accessing hotmail.com. This has never happened before, and is definitely an issue with firefox as I can still access my account through explorer. tried restarting my computer but this achieved nothing. Here is the error code:

An error occurred during a connection to outlook.live.com. Invalid OCSP signing certificate in OCSP response. Error code: SEC_ERROR_OCSP_INVALID_SIGNING_CERT

Help!

I have been using firefox for a few months now and have had no problems, but last night it stopped me from accessing hotmail.com. This has never happened before, and is definitely an issue with firefox as I can still access my account through explorer. tried restarting my computer but this achieved nothing. Here is the error code: An error occurred during a connection to outlook.live.com. Invalid OCSP signing certificate in OCSP response. Error code: SEC_ERROR_OCSP_INVALID_SIGNING_CERT Help!

被采纳的解决方案

Hi   !
The problem lies with Microsoft, whose servers   (in layman's terms)   send an expired assurance that their SSL certificate is still valid. Unfortunately it turns out that Firefox is the only browser checking for this on each secure https site it is loading. (whereas other browsers glance over that and only check for  :

https://en.wikipedia.org/wiki/Extended_Validation_Certificate).


Disable OCSP   (for now) : Type in the address bar   about:config   (press Enter) (promise to be careful, if asked) Type and look for the preference : security.ssl.enable_ocsp_stapling and set it's value to   false

It is best to reset this pref via the right-click context menu to   true  once you are done with this website.


Also see :   https://portal.office.com/servicestatus

定位到答案原位置 👍 1

所有回复 (4)

more options

选择的解决方案

Hi   !
The problem lies with Microsoft, whose servers   (in layman's terms)   send an expired assurance that their SSL certificate is still valid. Unfortunately it turns out that Firefox is the only browser checking for this on each secure https site it is loading. (whereas other browsers glance over that and only check for  :

https://en.wikipedia.org/wiki/Extended_Validation_Certificate).


Disable OCSP   (for now) : Type in the address bar   about:config   (press Enter) (promise to be careful, if asked) Type and look for the preference : security.ssl.enable_ocsp_stapling and set it's value to   false

It is best to reset this pref via the right-click context menu to   true  once you are done with this website.


Also see :   https://portal.office.com/servicestatus

more options

Thanks for your help. Is it ok for me to leave security.ssl.enable_ocsp_stapling toggled to false? It will be very annoying for me to have to toggle this on and off everytime I want to access my email...

more options

carvier said

Thanks for your help. Is it ok for me to leave security.ssl.enable_ocsp_stapling toggled to false? It will be very annoying for me to have to toggle this on and off everytime I want to access my email...

It would be best to toggle this on and on,   you will need it set to   'true'  on other websites. It's a pain in the toosh, &nbsp I know,   but with a bit of luck Microfoft will fix this ASAP   ......

more options

You can leave it off for the current session if you wish, but then you won't notice that this is fixed by MS.

You can consider to create a user.js file in the profile folder to restore the true setting of the pref, so you would only do this once after a Firefox restart.

The user.js file is processed on every start of Firefox.

user_pref("security.ssl.enable_ocsp_stapling", true);

You can use the button on the "Help -> Troubleshooting Information" (about:support) page to go to the current Firefox profile folder or use the about:profiles page.