You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by mlibbey <gi...@git.apache.org> on 2017/03/15 16:32:54 UTC

[GitHub] trafficserver issue #1584: More detailed 5xx errors

GitHub user mlibbey opened an issue:

    https://github.com/apache/trafficserver/issues/1584

    More detailed 5xx errors

    Cloudflare has made some very useful 5xx errors for troubleshooting. From wikipedia:
    - 520 Unknown Error: The 520 error is used as a "catch-all response for when the origin server returns something unexpected", listing connection resets, large headers, and empty or invalid responses as common triggers.
    - 521 Web Server Is Down: The origin server has refused the connection from Cloudflare.
    - 522 Connection Timed Out: Cloudflare could not negotiate a TCP handshake with the origin server.
    - 523 Origin Is Unreachable: Cloudflare could not reach the origin server; for example, if the DNS records for the origin server are incorrect.
    - 524 A Timeout Occurred:Cloudflare was able to complete a TCP connection to the origin server, but did not receive a timely HTTP response.
    - 525 SSL Handshake Failed: Cloudflare could not negotiate a SSL/TLS handshake with the origin server.
    - 526 Invalid SSL Certificate: Cloudflare could not validate the SSL/TLS certificate that the origin server presented.
    


----

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---