ERR_CERT_REVOKEDERR_CERT_REVOKED — Certificate Revoked
The SSL certificate has been revoked by the certificate authority.
ECONNABORTEDThe connection was aborted by the local system.
The operating system aborted the connection before it was fully established. This can happen due to a timeout during the TCP handshake, resource limits, or software-level connection rejection.
Retry the connection. Check system resource limits (file descriptors, connection limits). Increase TCP timeout settings. Investigate firewall or security software that may abort connections.
ERR_CERT_REVOKEDThe SSL certificate has been revoked by the certificate authority.
AbortError: The operation was abortedA fetch request was cancelled via an AbortController signal.
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.
ENOTFOUNDThe DNS lookup for the hostname failed in Node.js.
EADDRINUSEThe network address (IP + port) is already being used by another process.