mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-10 07:43:10 -05:00
issue: Cannot access tool server over http #4651
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 @lowlyocean on GitHub (Apr 1, 2025).
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.6.0
Ollama Version (if applicable)
No response
Operating System
Docker on Linux
Browser (if applicable)
Chrome
Confirmation
README.md.Expected Behavior
Should be able to connect to a non-secure tool server
Actual Behavior
Browser prevents connecting to an HTTP tool server, if the Open-WebUI instance is itself accessed via secure HTTPS
Steps to Reproduce
Serve tool server over insecure HTTP on local network
Serve Open-WebUI over secure HTTPS
Try to connect to the tool server and notice the browser console complains about "mixed content"
Logs & Screenshots
N/A
Additional Information
I suspect the connection to the tool server would need to be handled server-side... otherwise the user needs to do one of these:
@tjbck commented on GitHub (Apr 1, 2025):
https://docs.openwebui.com/openapi-servers/faq#-q-why-isnt-my-local-openapi-tool-server-accessible-from-the-webui-interface