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

后端 未结 9 541
暖寄归人
暖寄归人 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 03:44

    For a secure alternative, try the Perspectives Firefox add-on

    If this link doesn't work try this one: https://addons.mozilla.org/en-US/firefox/addon/perspectives/

    0 讨论(0)
  • 2020-12-13 03:46

    Go to Tools > Options > Advanced "Tab"(?) > Encryption Tab

    Click the "Validation" button, and uncheck the checkbox for checking validity

    Be advised though that this is pretty unsecure as it leaves you wide open to accept any invalid certificate. I'd only do this if using the browser on an Intranet where the validity of the cert isn't a concern to you, or you aren't concerned in general.

    0 讨论(0)
  • 2020-12-13 03:50

    Try Add Exception: FireFox -> Tools -> Advanced -> View Certificates -> Servers -> Add Exception.

    0 讨论(0)
  • 2020-12-13 03:53

    Instead of using invalid/outdated SSL certificates, why not use self-signed SSL certificates? Then you can add an exception in Firefox for just that site.

    0 讨论(0)
  • 2020-12-13 03:57

    If you have a valid but untrusted ssl-certificates you can import it in Extras/Properties/Advanced/Encryption --> View Certificates. After Importing ist as "Servers" you have to "Edit trust" to "Trust the authenticity of this certifikate" and that' it. I always have trouble with recording secure websites with HP VuGen and Performance Center

    0 讨论(0)
  • 2020-12-13 04:02

    Using a free certificate is a better idea if your developers use Firefox 3. Firefox 3 complains loudly about self-signed certificates, and it is a major annoyance.

    0 讨论(0)
提交回复
热议问题