SSL_ERROR_HANDSHAKE_FAILURESSL Handshake Failure
The SSL/TLS handshake between client and server failed.
ERR_SSL_VERSION_OR_CIPHER_MISMATCHThe client and server cannot agree on a TLS version or cipher suite.
The server only supports older TLS versions or cipher suites that the browser considers insecure. Or the server only supports very new protocols that the client does not implement.
Update the server to support TLS 1.2 or 1.3. Configure modern cipher suites. Remove support for deprecated protocols (SSLv3, TLS 1.0, 1.1). Use Mozilla SSL Configuration Generator for recommended settings.
SSL_ERROR_HANDSHAKE_FAILUREThe SSL/TLS handshake between client and server failed.
ERR_SSL_CLIENT_AUTH_CERT_NEEDEDThe server requires a client SSL certificate for authentication.
ERR_CERT_AUTHORITY_INVALIDThe SSL/TLS certificate is issued by a certificate authority that is not trusted.
Content Security Policy violationA resource or action was blocked by the Content-Security-Policy header.
CORS: Preflight request failedThe CORS preflight OPTIONS request was rejected by the server.
ERR_INSUFFICIENT_RESOURCESThe browser has run out of resources to handle the network request.