Skip to content

feat: add sni-only TLS mode option#23

Merged
mslipper merged 2 commits into
mainfrom
feat/sni-only-mode
Jun 3, 2026
Merged

feat: add sni-only TLS mode option#23
mslipper merged 2 commits into
mainfrom
feat/sni-only-mode

Conversation

@mslipper

@mslipper mslipper commented Jun 3, 2026

Copy link
Copy Markdown
Contributor

Adds a tls-mode input that selects how iron-proxy handles HTTPS traffic. The default mitm mode preserves existing behavior (ephemeral CA, TLS termination, full request inspection). The new sni-only mode inspects only the ClientHello SNI hostname and forwards connections without terminating TLS, so it skips CA generation, system-wide CA trust, and the related env var injection.

See the iron-proxy TLS modes docs: https://docs.iron.sh/reference/configuration#tls-modes

@mslipper mslipper merged commit 10b85c1 into main Jun 3, 2026
5 checks passed
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