Forum Discussion
Microsoft 365 admin center stopped working in firefox
Try setting security.ssl.enable_ocsp_staplin in about:config to false.
This fixed it for me.
- PC-ServicesDec 15, 2021Copper Contributor
TKS Raddo2003
I just discoverd too this:
Microsoft needs to reboot/repair the servers that have cached this expired certificate that is used to sign the OCSP Stapling response. You should no longer experience this issue once the server that you access has been fixed. Hopefully they will fix this quickly on affected servers.
As a workaround you can temporarily toggle this pref to false on the about:config page to see if disabling OCSP Stapling works for you.
- security.ssl.enable_ocsp_stapling = false
You can open the about:config page: via the location/address bar. You can accept the warning and click "I'll be careful" to continue.
- http://kb.mozillazine.org/about:config
It is best to reset this pref via the right-click context menu to true once you are done with accessing an affected website since this is a security feature.
See also:
- https://en.wikipedia.org/wiki/OCSP_Stapling
- https://blog.mozilla.org/security/2013/07/29/ocsp-stapling-in-firefox/
- CVAntoDec 15, 2021Copper ContributorThanks. its working.