Skip to content

Commit 27b4fd2

Browse files
docs: remove deprecated --skip-tls references from local-development guide (#2231)
* docs: remove deprecated --skip-tls references from local-development guide * docs: refine wording and fix formatting for deprecated --skip-tls * docs: polish TLS guidance wording
1 parent 8fc2bd3 commit 27b4fd2

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

docs/local-development.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -128,16 +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

133-
If you need to bypass TLS validation while experimenting:
134-
135-
```bash
136-
specify check --skip-tls
137-
specify init demo --skip-tls --ai gemini --ignore-agent-tools --script ps
138-
```
139-
140-
(Use only for local experimentation.)
133+
> **Deprecated:** The `--skip-tls` flag is a no-op and has no effect.
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
136+
> environment's certificate store or proxy instead.
137+
>
138+
> For example, set `SSL_CERT_FILE` or configure `HTTPS_PROXY` / `HTTP_PROXY`.
141139
142140
## 10. Rapid Edit Loop Summary
143141

@@ -166,7 +164,7 @@ rm -rf .venv dist build *.egg-info
166164
| Scripts not executable (Linux) | Re-run init or `chmod +x scripts/*.sh` |
167165
| Git step skipped | You passed `--no-git` or Git not installed |
168166
| Wrong script type downloaded | Pass `--script sh` or `--script ps` explicitly |
169-
| TLS errors on corporate network | Try `--skip-tls` (not for production) |
167+
| TLS errors on corporate network | Configure your environment's certificate store or proxy. The `--skip-tls` flag is deprecated and has no effect. |
170168

171169
## 13. Next Steps
172170

0 commit comments

Comments
 (0)