mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 02:48:13 -05:00
[GH-ISSUE #21481] issue: MCP tool SSL is checked even with env vars saying it not to #58163
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 @newtondotcom on GitHub (Feb 16, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/21481
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.8.2
Ollama Version (if applicable)
No response
Operating System
Ubuntu 24.04
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
MCP tool requests should not be SSL checked when
AIOHTTP_CLIENT_SESSION_TOOL_SERVER_SSLis set in env.Actual Behavior
The
OPENAI_API_BASE_URLis clearly not SSL checked as exptected but when calling the MCP, the url is SSL checked and the requests fails even with the env var stating not to.Steps to Reproduce
Using Docker version 29.2.0-rc.1 on Ubuntu
App Launched with Docker compose
Env var set :
Logs & Screenshots
Additional Information
No response
@Classic298 commented on GitHub (Feb 16, 2026):
@newtondotcom pls test the pr
@newtondotcom commented on GitHub (Feb 17, 2026):
It works thks ! I look forward to see it merged !
@Classic298 commented on GitHub (Feb 17, 2026):
@tjbck