Is there a way to make Firefox ignore invalid ssl-certificates?

后端 未结 9 548
暖寄归人
暖寄归人 2020-12-13 03:07

I am maintaining a few web applications. The development and qa environments use invalid/outdated ssl-certificates.

Although it is generally a good thing, that Firef

9条回答
  •  时光取名叫无心
    2020-12-13 04:04

    I ran into this issue when trying to get to one of my companies intranet sites. Here is the solution I used:

    1. enter about:config into the firefox address bar and agree to continue.
    2. search for the preference named security.ssl.enable_ocsp_stapling.
    3. double-click this item to change its value to false.

    This will lower your security as you will be able to view sites with invalid certs. Firefox will still prompt you that the cert is invalid and you have the choice to proceed forward, so it was worth the risk for me.

提交回复
热议问题