mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #10744] no_proxy environment variable is not being obeyed #16016
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).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/10744
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.