搜索 | 用户支持

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

详细了解

How to add a exception for SSL certificate error

  • 2 个回答
  • 1 人有此问题
  • 35 次查看
  • 最后回复者为 adrian_shadow

more options

I am developing my web application locally under the url https://local.focuscura.com:5555. When I am trying to access the url I get a "Secure connection failed - SEC_ERROR_INADEQUATE_KEY_USAGE" error which is normal as the SSL certificate is not a valid one. But I would expect to have a "Add exception" button as I can see on Chrome and Edge for the same url. I tried settings the config parameter "network.stricttransportsecurity.preloadlist" to false and delete the SiteSecurityServiceState.txt as found in https://support.mozilla.org/bm/questions/1206414. But it does not work. I still cannot access that url and no "Add Exception" button is shown. I have FF 91 installed on Win 10.

I am developing my web application locally under the url https://local.focuscura.com:5555. When I am trying to access the url I get a "Secure connection failed - SEC_ERROR_INADEQUATE_KEY_USAGE" error which is normal as the SSL certificate is not a valid one. But I would expect to have a "Add exception" button as I can see on Chrome and Edge for the same url. I tried settings the config parameter "network.stricttransportsecurity.preloadlist" to false and delete the SiteSecurityServiceState.txt as found in https://support.mozilla.org/bm/questions/1206414. But it does not work. I still cannot access that url and no "Add Exception" button is shown. I have FF 91 installed on Win 10.
已附加屏幕截图

所有回复 (2)

more options

I called for more help.

From my research, it looks like a certificate issue. https://www.bing.com/search?q=SEC_ERROR_INADEQUATE_KEY_USAGE

more options

I know it is a certificate issue. The certificate on the development is self signed, thus not valid. I already said this in my initial question. But in this case I would expect to have a "Add exception" button to allow access of that url even if the certificate is not valid. Chrome and Edge do this for my url. Only Firefox does not show such a button. I tried later to host my website app under url https://local.focuscura.com and in this case FF showed the certificate error page but offered me a button to add an exception for this url. So the only difference I would see is that the url with a specific port makes FF to behave differently.