You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -11,7 +27,13 @@ Real browser-trusted cert. Works with Vite, Next, Rails, Django, Flask — any H
11
27
12
28
## Why
13
29
14
-
Every framework has its own HTTPS story (`--https`, `HTTPS=true`, experimental configs) and most default to self-signed certs that trip browser warnings, break service workers, and blow up OAuth callbacks. `httpsdev` sits in front of your existing dev server and gives it real HTTPS in one command.
30
+
Every framework has its own broken HTTPS story. Some ship self-signed certs that trip the browser. Some hide it behind an `HTTPS=true` env var. Some just don't. `httpsdev` sits in front of any dev server and hands it a real, browser-trusted cert — the kind that comes from mkcert's local CA, so Chrome and Safari already trust it.
31
+
32
+
Specifically fixes:
33
+
- Service workers refusing to register over `http://`
0 commit comments