mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
no_proxy environment variable is not being obeyed #4125
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 @jas67 on GitHub (Feb 25, 2025).
When running open-webui on a system that behind a network proxy, it does not obey the no_proxy or NO_PROXY environment variables.
HTTP_PROXY and HTTPS_PROXY need to be set to the network proxy for open-webui to startup, as it does telemetry and a check for updates. It will hang on startup w/o internet access.
Using OFFLINE_MODE seems to cause other issues.