ECONNABORTEDECONNABORTED — Connection Aborted
The connection was aborted by the local system.
ERR_RESPONSE_HEADERS_TOO_BIGThe server's response headers exceed the browser's maximum allowed size.
The combined size of all response headers is too large. This can be caused by oversized cookies, excessive custom headers, or a misconfigured server sending too many headers.
Reduce cookie sizes. Remove unnecessary response headers. Check for misconfigured proxies adding excessive headers. Increase the header size limit on the reverse proxy if needed.
ECONNABORTEDThe connection was aborted by the local system.
ECONNREFUSEDThe server actively refused the connection attempt.
ERR_TOO_MANY_REDIRECTSThe browser detected too many HTTP redirects (typically more than 20).
ERR_SSL_VERSION_OR_CIPHER_MISMATCHThe client and server cannot agree on a TLS version or cipher suite.
ERR_SSL_CLIENT_AUTH_CERT_NEEDEDThe server requires a client SSL certificate for authentication.
ERR_CERT_REVOKEDThe SSL certificate has been revoked by the certificate authority.