From 361e0bc459f655e599668969416a28c39765a229 Mon Sep 17 00:00:00 2001 From: Quality App Developer Date: Wed, 14 Jan 2026 15:08:54 +0200 Subject: [PATCH] Update TLS configuration for IP address access - Switch IP address HTTPS to use on_demand TLS mode - Allows proper certificate generation for IP-based access - Maintains self-signed certificates for internal use --- Caddyfile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Caddyfile b/Caddyfile index 4ef25e2..1deddb7 100755 --- a/Caddyfile +++ b/Caddyfile @@ -60,10 +60,12 @@ http://10.76.152.164 { import reverse_proxy_config } -# Handle IP address access (HTTPS - self-signed) +# Handle IP address access (HTTPS - self-signed with IP in certificate) https://10.76.152.164 { import reverse_proxy_config - tls internal + tls { + on_demand + } } # Catch-all for any other HTTP requests