From 62352eaed14af9168d56ddbfcbb8fa29f33a1da4 Mon Sep 17 00:00:00 2001 From: silver_volt4 Date: Fri, 4 Apr 2025 20:49:02 +0200 Subject: [PATCH 1/2] Update config-local.yaml --- config-local.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config-local.yaml b/config-local.yaml index 5ea8d5b..8ac94fe 100644 --- a/config-local.yaml +++ b/config-local.yaml @@ -22,3 +22,6 @@ ssl_insecure: true # Allow the console to use older TLS versions tls_version_client_min: UNBOUNDED tls_version_server_min: UNBOUNDED + +# Allow connections to URLs that do not exist upstream +connection_strategy: lazy From b3a320818500452f1857688d2c8b0fd5b00b08fc Mon Sep 17 00:00:00 2001 From: silver_volt4 Date: Fri, 4 Apr 2025 21:03:15 +0200 Subject: [PATCH 2/2] Update config-local.yaml --- config-local.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config-local.yaml b/config-local.yaml index 8ac94fe..1b15eb0 100644 --- a/config-local.yaml +++ b/config-local.yaml @@ -23,5 +23,5 @@ ssl_insecure: true tls_version_client_min: UNBOUNDED tls_version_server_min: UNBOUNDED -# Allow connections to URLs that do not exist upstream +# Allow connections to URLs that do not exist upstream (see https://github.com/MatthewL246/pretendo-docker/issues/243) connection_strategy: lazy