mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-08 04:16:03 -05:00
feat: support socks5 proxy in docker #5751
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 @chenqimiao on GitHub (Jul 13, 2025).
Check Existing Issues
Problem Description
when I use proxy by "-e HTTPS_PROXY=socks5://192.168.31.248:1081" in docker,
the console will print "{"error": "ImportError: Using SOCKS proxy, but the 'socksio' package is not installed. Make sure to install httpx using pip install httpx[socks]."}
Desired Solution you'd like
I hope open-webui can install httpx[socks] package in next version.
Alternatives Considered
No response
Additional Context
No response
@rgaricano commented on GitHub (Jul 13, 2025):
added a PR to add these lib optionals: https://github.com/open-webui/open-webui/pull/15685
@chenqimiao commented on GitHub (Jul 13, 2025):
Thanks for your PR .