feat: allow to ignore SSL errors (development) - #95
Merged
Conversation
francoischalifour
approved these changes
Aug 3, 2026
| | `--debug`, `-d` | Enable debug output | | ||
| | `--connect-timeout <s>` | HTTP connect timeout in seconds (default: `5`) | | ||
| | `--read-timeout <s>` | HTTP read timeout in seconds (default: `60`; `0` = unlimited for streams) | | ||
| | `--ignore-ssl-errors` | Skip TLS certificate verification (development only; e.g. self-signed local servers) | |
Member
There was a problem hiding this comment.
Unsure it needs to be documented publicly?
Contributor
|
The failing verification is the root global-options expectation missing ignore-ssl-errors. I opened stacked PR #96 against this branch with the one-line test update; its local targeted test and lint pass. |
leonkenneth
pushed a commit
that referenced
this pull request
Aug 3, 2026
## Summary - update the root global-options expectation for the new ignore-ssl-errors flag ## Impact This is a test-only stacked fix for #95. It corrects the failing canonical verification without changing the CLI implementation or public behavior. ## Validation - bun test src/lib/usage.test.ts - bun run lint - git diff --check
leonkenneth
force-pushed
the
feat-allow-to-ignore-ssl-errors-development
branch
from
August 3, 2026 13:57
7a2da0d to
7940b26
Compare
leonkenneth
enabled auto-merge (squash)
August 3, 2026 13:57
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.
What
Add a flag
--ignore-ssl-errorsthat ignores SSL errorsWhy
To target self-signed development proxies
Checklist
CHANGELOG.mdupdated (skip for docs/CI-only changes)BREAKING CHANGE: …) and changelog