Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

En savoir plus
Ouvert

return the button to ignore SEC_ERROR_BAD_SIGNATURE

jbr a répondu
Чёрт

I periodically need to access a website with an expired or self-signed certificate. I understand the risks, but the browser won't let me. I've searched both the regular settings and about:config, but I can't find an option to restore the button to ignore the warning. How can I ignore the SEC_ERROR_BAD_SIGNATURE notification and proceed to the website I need?

I periodically need to access a website with an expired or self-signed certificate. I understand the risks, but the browser won't let me. I've searched both the regular settings and about:config, but I can't find an option to restore the button to ignore the warning. How can I ignore the SEC_ERROR_BAD_SIGNATURE notification and proceed to the website I need?

Toutes les réponses (4)

This is old stuff but maybe help focus

https://support.mozilla.org/en-US/questions/1206972

You can override expired cert, you can override self–signed cert.

You can't override connections that can't be established/decrypted (bad signature, handshake, wrong fields, cipher suite agreement et al.) because, well, they come in either as gibberish or non–secure data wrapped in secure channel ending up filling wrong bits — and yes you can't override industry–guaranteed sets of standards (namely HSTS or explicit revocations) even while the connection would technically be possible — but it does not conform to what the site operator or issuer mandates.

While I can't say too much about other browsers' certificate trust checks, this one seems revoked by the issuer about three days ago certificate.revocationcheck.com/pt-start.ptsecurity.com and the site operator should have rotated that or replaced with some ACME/certbot–provided fresh ones that are easy to replace.

Notably, the site works over insecure connection as well, so just change the protocol to http:// explicitly and you can open it.

Poser une question

Vous devez vous identifier avec votre compte pour répondre aux messages. Veuillez poser une nouvelle question, si vous n’avez pas encore de compte.