Skip to content

feat(proxy): add --insecure flag to skip upstream TLS verification#99

Open
outofcoffee wants to merge 1 commit intomainfrom
feat/proxy-insecure
Open

feat(proxy): add --insecure flag to skip upstream TLS verification#99
outofcoffee wants to merge 1 commit intomainfrom
feat/proxy-insecure

Conversation

@outofcoffee
Copy link
Copy Markdown
Contributor

@outofcoffee outofcoffee commented Apr 5, 2026

Summary

  • Adds an --insecure flag to imposter proxy for upstreams that serve a self-signed or otherwise untrusted TLS certificate.
  • The flag threads through Handleforward and selects between two cached http.Transport instances (one verified, one with InsecureSkipVerify), so default behaviour is unchanged when the flag is absent.

Motivation

Split out of the --insecure portion of #82 so it can be reviewed and merged independently of the SOAP-aware proxy work.

@outofcoffee outofcoffee force-pushed the feat/proxy-insecure branch from 1bf8c5c to be4bd06 Compare April 5, 2026 22:58
@outofcoffee outofcoffee force-pushed the feat/proxy-insecure branch from be4bd06 to b5786e3 Compare April 5, 2026 23:11
@outofcoffee outofcoffee marked this pull request as ready for review April 6, 2026 22:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant