From a12f8a9c422c360060c5a0b403c5949eaa6b308f Mon Sep 17 00:00:00 2001 From: Andrew Minion Date: Thu, 8 Oct 2020 11:39:47 -0500 Subject: [PATCH] add some cloudflare statuses --- contents/codes/520.md | 15 +++++++++++++++ contents/codes/521.md | 15 +++++++++++++++ contents/codes/522.md | 15 +++++++++++++++ contents/codes/523.md | 15 +++++++++++++++ contents/codes/524.md | 15 +++++++++++++++ contents/codes/525.md | 15 +++++++++++++++ contents/codes/526.md | 15 +++++++++++++++ 7 files changed, 105 insertions(+) create mode 100644 contents/codes/520.md create mode 100644 contents/codes/521.md create mode 100644 contents/codes/522.md create mode 100644 contents/codes/523.md create mode 100644 contents/codes/524.md create mode 100644 contents/codes/525.md create mode 100644 contents/codes/526.md diff --git a/contents/codes/520.md b/contents/codes/520.md new file mode 100644 index 0000000..4c83542 --- /dev/null +++ b/contents/codes/520.md @@ -0,0 +1,15 @@ +--- +# This is not a status code available in the standard, but it exists +# with significant prominence in the wild +set: 5 +code: 520 +title: 520 Web Server Returned an Unknown Error +--- + +The origin server returned an empty, unknown, or unexplained response to Cloudflare.[1] + +--- + +* Source: [unknown?][1] + +[1]: diff --git a/contents/codes/521.md b/contents/codes/521.md new file mode 100644 index 0000000..42cb362 --- /dev/null +++ b/contents/codes/521.md @@ -0,0 +1,15 @@ +--- +# This is not a status code available in the standard, but it exists +# with significant prominence in the wild +set: 5 +code: 521 +title: Web Server Is Down +--- + +This status code is not specified in any RFCs, but is used by CloudFlare's reverse proxies to indicate that the origin webserver refused the connection.[1] + +--- + +* Source: [unknown?][1] + +[1]: diff --git a/contents/codes/522.md b/contents/codes/522.md new file mode 100644 index 0000000..e724fb9 --- /dev/null +++ b/contents/codes/522.md @@ -0,0 +1,15 @@ +--- +# This is not a status code available in the standard, but it exists +# with significant prominence in the wild +set: 5 +code: 522 +title: Connection Timed Out +--- + +Cloudflare could not negotiate a TCP handshake with the origin server.[1] + +--- + +* Source: [unknown?][1] + +[1]: diff --git a/contents/codes/523.md b/contents/codes/523.md new file mode 100644 index 0000000..e69c282 --- /dev/null +++ b/contents/codes/523.md @@ -0,0 +1,15 @@ +--- +# This is not a status code available in the standard, but it exists +# with significant prominence in the wild +set: 5 +code: 523 +title: Origin Is Unreachable +--- + +Cloudflare could not reach the origin server; for example, if the DNS records for the origin server are incorrect.[1] + +--- + +* Source: [unknown?][1] + +[1]: diff --git a/contents/codes/524.md b/contents/codes/524.md new file mode 100644 index 0000000..df5bc5d --- /dev/null +++ b/contents/codes/524.md @@ -0,0 +1,15 @@ +--- +# This is not a status code available in the standard, but it exists +# with significant prominence in the wild +set: 5 +code: 524 +title: Origin Is Unreachable +--- + +Cloudflare was able to complete a TCP connection to the origin server, but did not receive a timely HTTP response.[1] + +--- + +* Source: [unknown?][1] + +[1]: diff --git a/contents/codes/525.md b/contents/codes/525.md new file mode 100644 index 0000000..b666d57 --- /dev/null +++ b/contents/codes/525.md @@ -0,0 +1,15 @@ +--- +# This is not a status code available in the standard, but it exists +# with significant prominence in the wild +set: 5 +code: 525 +title: Origin Is Unreachable +--- + +Cloudflare could not negotiate a SSL/TLS handshake with the origin server.[1] + +--- + +* Source: [unknown?][1] + +[1]: diff --git a/contents/codes/526.md b/contents/codes/526.md new file mode 100644 index 0000000..7c08093 --- /dev/null +++ b/contents/codes/526.md @@ -0,0 +1,15 @@ +--- +# This is not a status code available in the standard, but it exists +# with significant prominence in the wild +set: 5 +code: 526 +title: Origin Is Unreachable +--- + +Cloudflare could not validate the SSL certificate on the origin web server.[1] + +--- + +* Source: [unknown?][1] + +[1]: