mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-11 10:34:13 -05:00
[GH-ISSUE #20875] feat: Allow insecure certificates for MCP server tools #73924
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @wolffberg on GitHub (Jan 22, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/20875
Check Existing Issues
Verify Feature Scope
Problem Description
If you have streamable-http MCP servers exposed behind HTTPS with custom signed certificates you cannot connect to them.
Desired Solution you'd like
There should be support for allowing untrusted certificates and maybe also adding custom CA certificates in the tool settings.
Both should also be configurable through environment variables and/or environment variable config JSON.
Alternatives Considered
You could inject custom CA certificates in the local trust store, but this feels too hacky.
Additional Context
No response
@tjbck commented on GitHub (Jan 22, 2026):
Should be addressed with
c7f996d593