Important Notice: We're experiencing email notification issues. If you've posted a question in the community forums recently, please check your profile manually for responses while we're working to fix this.

On Monday the 3rd of March, around 5pm UTC (9am PT) users may experience a brief period of downtime while one of our underlying services is under maintenance.

Mozilla 도움말 검색

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

자세히 살펴보기

Firefox wont let me open hotmail

  • 4 답장
  • 5 이 문제를 만남
  • 4 보기
  • 최종 답변자: 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.