From d7333117db673a7fb2db9f13ad95e37449e0eed1 Mon Sep 17 00:00:00 2001 From: Hayden Hargreaves Date: Fri, 1 May 2026 12:21:58 -0700 Subject: [PATCH] doc: added windows concern to the docs --- web/src/pages/DocsPage.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/web/src/pages/DocsPage.tsx b/web/src/pages/DocsPage.tsx index 0884444..65c745e 100644 --- a/web/src/pages/DocsPage.tsx +++ b/web/src/pages/DocsPage.tsx @@ -207,6 +207,11 @@ export function DocsPage() { Trusting the CA only lets the app accept Termtap's certificate. Traffic still has to flow through the proxy for Termtap to see it.

+

+ On some Windows setups, trust propagation can be inconsistent. If HTTPS requests fail with cert errors, + test with curl -k first to confirm proxying works, + then finish trusting the CA from tap cert. +