ERR_CERT_REVOKEDERR_CERT_REVOKED — Certificate Revoked
The SSL certificate has been revoked by the certificate authority.
ERR_CONNECTION_TIMED_OUTThe browser's connection attempt timed out waiting for a server response.
The server did not respond within the browser's timeout period. The server may be overloaded, down, or packets are being silently dropped by a firewall.
Check if the server is accessible from other locations. Look for firewall rules silently dropping packets. Increase timeout if configurable. Try accessing the server directly by IP address.
ERR_CERT_REVOKEDThe SSL certificate has been revoked by the certificate authority.
ERR_CONNECTION_REFUSEDThe browser's connection attempt was actively refused by the server.
SERVFAILThe DNS server encountered an internal error while processing the query.
ERR_SSL_VERSION_OR_CIPHER_MISMATCHThe client and server cannot agree on a TLS version or cipher suite.
ERR_CERT_DATE_INVALIDThe SSL/TLS certificate has expired or is not yet valid.
WebSocket connection failedThe WebSocket connection could not be established or was interrupted.