From 83673e15f3f2d9b1403308c913935cdce706c74e Mon Sep 17 00:00:00 2001 From: RustDesk <71636191+rustdesk@users.noreply.github.com> Date: Fri, 6 Sep 2024 10:15:13 +0800 Subject: [PATCH] Updated Set up http proxy server (markdown) --- Set-up-http-proxy-server.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Set-up-http-proxy-server.md b/Set-up-http-proxy-server.md index e4307d5..6987c07 100644 --- a/Set-up-http-proxy-server.md +++ b/Set-up-http-proxy-server.md @@ -95,7 +95,9 @@ https://rustdesk.com/docs/en/self-host/client-configuration/advanced-settings/#p # Https proxy server -You can hide `Tinyproxy` behind `NGINX`, but there seems some bugs, https://github.com/tinyproxy/tinyproxy/issues/399 +The `http` proxy allows connections to HTTPS endpoints. + +You can hide `Tinyproxy` behind `NGINX` to create a true `https` proxy, but there seems some bugs, https://github.com/tinyproxy/tinyproxy/issues/399