docs: drop "pending upstream" caveat from --insecure#19
Merged
Conversation
The flag has been wired end-to-end since moonbitlang/async 0.17.1: worker.mbt passes verify=!config.insecure to @http.Client::new at all three client construction sites, and main.mbt does the same in serve mode. Upstream issue #329 is closed. - Clarify CLI Reference wording to "Skip TLS certificate verification" - Remove --insecure entry from the Roadmap Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
(pending upstream)link from the--insecurerow in the CLI Reference table and clarified wording to "Skip TLS certificate verification"--insecureentry from the Roadmap — feat: pass verify parameter through HTTP Client to TLS layer moonbitlang/async#329 shipped in v0.17.1 and the flag is wired end-to-end (src/lib/worker/worker.mbt:157,264,294andsrc/cmd/main/main.mbt:32all passverify=!config.insecure)Test plan
grep "329\\|insecure" README.mdshows only the cleaned-up CLI Reference row remains🤖 Generated with Claude Code