Skip to content

feat: Add --insecure option to disable TLS certificate verification#54

Open
jancurn wants to merge 1 commit intomainfrom
claude/disable-https-verification-mEmJi
Open

feat: Add --insecure option to disable TLS certificate verification#54
jancurn wants to merge 1 commit intomainfrom
claude/disable-https-verification-mEmJi

Conversation

@jancurn
Copy link
Member

@jancurn jancurn commented Mar 10, 2026

Add global --insecure flag and MCPC_INSECURE environment variable to skip TLS certificate verification when connecting to MCP servers with self-signed or invalid certificates. The flag is persisted in session data and correctly propagated to bridge processes on startup and restart.

Closes #53

https://claude.ai/code/session_01S52AThEqY9i6QDJAxtMTJh

Add global --insecure flag and MCPC_INSECURE environment variable to skip
TLS certificate verification when connecting to MCP servers with self-signed
or invalid certificates. The flag is persisted in session data and correctly
propagated to bridge processes on startup and restart.

Closes #53

https://claude.ai/code/session_01S52AThEqY9i6QDJAxtMTJh
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.

Feature: Add CLI options for disabling HTTPS verification and HTTP(S) proxy support

2 participants