ETIMEDOUTETIMEDOUT — Connection Timed Out
The connection attempt timed out before a response was received.
ERR_SSL_CLIENT_AUTH_CERT_NEEDEDThe server requires a client SSL certificate for authentication.
The server is configured for mutual TLS (mTLS) and requires the client to present a certificate. The client does not have a certificate installed or the browser did not prompt for one.
Install the client certificate in the browser or system keystore. Ensure the certificate is signed by a CA trusted by the server. Check that the certificate has the correct key usage extensions.
ETIMEDOUTThe connection attempt timed out before a response was received.
ERR_CERT_DATE_INVALIDThe SSL/TLS certificate has expired or is not yet valid.
NXDOMAINThe DNS server reports that the domain name does not exist.
ERR_CERT_REVOKEDThe SSL certificate has been revoked by the certificate authority.
ERR_CERT_AUTHORITY_INVALIDThe SSL/TLS certificate is issued by a certificate authority that is not trusted.
EHOSTUNREACHThe specific host cannot be reached on the network.