Skip to content

Commit ac12ec3

Browse files
docs: polish TLS guidance wording
1 parent 0ef2184 commit ac12ec3

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

docs/local-development.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,12 +128,14 @@ python -m src.specify_cli init --here --ai claude --ignore-agent-tools --script
128128

129129
Or copy only the modified CLI portion if you want a lighter sandbox.
130130

131-
## 9. Debug Network / TLS Skips
131+
## 9. Debug Network / TLS Issues
132132

133133
> **Deprecated:** The `--skip-tls` flag is a no-op and has no effect.
134-
> Previously it was used to bypass TLS validation during local testing.
135-
> If you encounter TLS errors on a corporate network, configure your
134+
> It was previously used to bypass TLS validation during local testing.
135+
> If you encounter TLS errors (e.g., on a corporate network), configure your
136136
> environment's certificate store or proxy instead.
137+
>
138+
> For example, set `SSL_CERT_FILE` or configure `HTTPS_PROXY` / `HTTP_PROXY`.
137139
138140
## 10. Rapid Edit Loop Summary
139141

0 commit comments

Comments
 (0)