Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

当サイトはユーザー体験を改善するためのメンテナンスを実施中に機能が制限される予定です。記事を読んでもあなたの問題が解決せず質問をしたい場合は、Twitter の @FirefoxSupport、Reddit の /r/firefox で、サポートコミュニティが皆さんを助けようと待機しています。

Mozilla サポートの検索

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

詳しく学ぶ

このスレッドはアーカイブに保管されました。 必要であれば新たに質問してください。

Firefox wont let me open hotmail

  • 4 件の返信
  • 5 人がこの問題に困っています
  • 34 回表示
  • 最後の返信者: 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.