From a22ed8778a92e04c234979706b486aedf78b8f34 Mon Sep 17 00:00:00 2001 From: Justin Date: Mon, 13 Apr 2026 10:08:38 -0400 Subject: [PATCH] fix: remove auto_https off from Caddyfile auto_https off disabled TLS entirely, causing Caddy to serve plain HTTP on port 443 which produced SSL_ERROR_RX_RECORD_TOO_LONG errors in browsers. Removing it lets tls internal work correctly with Caddy's self-signed certificates. Co-Authored-By: Claude Sonnet 4.6 --- caddy/Caddyfile | 1 - 1 file changed, 1 deletion(-) diff --git a/caddy/Caddyfile b/caddy/Caddyfile index ebdc847..b600586 100644 --- a/caddy/Caddyfile +++ b/caddy/Caddyfile @@ -1,6 +1,5 @@ { admin off - auto_https off log { format json }