ERR_CERT_COMMON_NAME_INVALIDERR_CERT_COMMON_NAME_INVALID — Certificate Name Mismatch
The SSL certificate's subject name does not match the requested hostname.
ECONNRESETThe remote server unexpectedly closed the connection.
The server sent a TCP RST packet, forcibly closing the connection. This can happen when the server crashes, restarts, times out the connection, or a load balancer drops the connection.
Implement retry logic for transient failures. Check server logs for crash or timeout information. Adjust keep-alive settings. Check for load balancer or proxy timeout configurations.
ERR_CERT_COMMON_NAME_INVALIDThe SSL certificate's subject name does not match the requested hostname.
ERR_TUNNEL_CONNECTION_FAILEDThe CONNECT tunnel through a proxy server could not be established.
REFUSEDThe DNS server refused to answer the query.
ERR_HTTP2_PROTOCOL_ERRORAn error occurred in the HTTP/2 protocol communication.
EPIPEWriting to a connection that the other end has already closed.
ERR_NETWORK_IO_SUSPENDEDNetwork I/O has been suspended, typically when the browser is throttled.