From 006047101a302597991789335e2280b6d224295f Mon Sep 17 00:00:00 2001 From: Seongmin Lee Date: Thu, 23 Oct 2025 02:04:59 +0900 Subject: [PATCH] local-infra: support `https` scheme for knot Change-Id: rrzvomnquqrlzsmyvlsttzqkpkkkltkr this allow testing clone over https Signed-off-by: Seongmin Lee --- local-infra/Caddyfile | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/local-infra/Caddyfile b/local-infra/Caddyfile index 06aec033..f4e940ea 100644 --- a/local-infra/Caddyfile +++ b/local-infra/Caddyfile @@ -40,6 +40,15 @@ http://knot.tngl.boltless.dev { reverse_proxy http://host.docker.internal:6000 } +https://knot.tngl.boltless.dev { + tls { + issuer internal { + ca localtangled + } + } + reverse_proxy http://host.docker.internal:6000 +} + http://spindle.tngl.boltless.dev { reverse_proxy http://host.docker.internal:6555 } -- 2.43.0