From 88c74398e432cf3fc0e6175972c7e6be7eb0e125 Mon Sep 17 00:00:00 2001 From: poduck Date: Wed, 3 Dec 2025 17:29:17 -0500 Subject: [PATCH] fix(traefik): Simplify HostSNIRegexp pattern for wildcard subdomains MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- smoothschedule/compose/production/traefik/traefik.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smoothschedule/compose/production/traefik/traefik.yml b/smoothschedule/compose/production/traefik/traefik.yml index dbfb663..7af834b 100644 --- a/smoothschedule/compose/production/traefik/traefik.yml +++ b/smoothschedule/compose/production/traefik/traefik.yml @@ -58,7 +58,7 @@ tcp: # Catch-all for tenant subdomains at TLS layer # This matches any subdomain that isn't handled by specific HTTP routers subdomain-sni-router: - rule: 'HostSNIRegexp(`^[a-z0-9-]+\\.smoothschedule\\.com$`)' + rule: 'HostSNIRegexp(`.*\\.smoothschedule\\.com`)' entryPoints: - web-secure service: nginx-tcp