From d48d16d237bd689093b1a34a473da97ce2b142be Mon Sep 17 00:00:00 2001 From: zzz Date: Mon, 18 May 2020 12:25:25 +0000 Subject: [PATCH] Proxy: Fix error code for incompatible encryption --- installer/resources/proxy/enc-header.ht | 2 +- installer/resources/proxy/encp-header.ht | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/installer/resources/proxy/enc-header.ht b/installer/resources/proxy/enc-header.ht index a3283ba2e..0a55b7877 100644 --- a/installer/resources/proxy/enc-header.ht +++ b/installer/resources/proxy/enc-header.ht @@ -1,4 +1,4 @@ -HTTP/1.1 504 Gateway Timeout +HTTP/1.1 403 Incompatible Encryption Options Content-Type: text/html; charset=UTF-8 Cache-Control: no-cache Connection: close diff --git a/installer/resources/proxy/encp-header.ht b/installer/resources/proxy/encp-header.ht index ed636add8..fffcdc135 100644 --- a/installer/resources/proxy/encp-header.ht +++ b/installer/resources/proxy/encp-header.ht @@ -1,4 +1,4 @@ -HTTP/1.1 504 Gateway Timeout +HTTP/1.1 403 Incompatible Encryption Options Content-Type: text/html; charset=UTF-8 Cache-Control: no-cache Connection: close