Error code
Firefox SSL_ERROR_NO_CYPHER_OVERLAP
FIREFOXSSL_ERROR_NO_CYPHER_OVERLAP
Browser Error Code· An error code shown in a web browser when a page fails to load.
What it means
Firefox and the server could not agree on any shared encryption algorithms.
How to fix it
- Update the server to support TLS 1.2 or 1.3 with modern cipher suites.
- If you manage the server enable at least one cipher from Firefox's supported list.
- This error usually indicates the server is outdated and needs an SSL/TLS upgrade.
Not affiliated with Firefox. Answer summarized from the manufacturer's manual linked above; consult that source for the authoritative procedure.
More Firefox codes
- SSL_ERROR_BAD_CERT_DOMAINThe certificate is valid but was issued for a different hostname
- SSL_ERROR_RX_RECORD_TOO_LONGThe TLS record Firefox received was larger than the protocol allows
- MOZILLA_PKIX_ERROR_MITM_DETECTEDFirefox detected a likely man-in-the-middle attack on this connection
- MOZILLA_PKIX_ERROR_SELF_SIGNED_CERTThe certificate is self-signed and not issued by a trusted certificate authority
- SEC_ERROR_BAD_DERThe certificate contains invalid DER-encoded data and cannot be parsed
- SEC_ERROR_CERT_SIGNATURE_ALGORITHM_DISABLEDThe certificate uses a signature algorithm that Firefox has disabled for security reasons
- SEC_ERROR_EXPIRED_CERTIFICATEThe server's certificate has expired and the connection cannot be secured
- SEC_ERROR_INADEQUATE_KEY_USAGEThe certificate is being used for a purpose not permitted by its key usage extension
- SEC_ERROR_OCSP_FUTURE_RESPONSEThe OCSP certificate status response is dated in the future
- SEC_ERROR_OCSP_INVALID_SIGNING_CERTThe certificate that signed the OCSP response is not trusted
- SEC_ERROR_REUSED_ISSUER_AND_SERIALA different certificate with the same issuer and serial number was already seen
- SEC_ERROR_REVOKED_CERTIFICATEThe certificate has been revoked by the authority that issued it