mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-08 12:58:11 -05:00
[GH-ISSUE #18727] issue: open-webui container intercepting all HTTPS requests #34216
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 @oskapt on GitHub (Oct 30, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/18727
Check Existing Issues
Installation Method
Docker
Open WebUI Version
0.6.34
Ollama Version (if applicable)
No response
Operating System
Kubernetes
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
OWUI is failing all outbound SSL connections:
This is confirmed with both
opensslandcurlwithin the container:The error is anomalous -- the actual problem is that there's an envoy server that's intercepting HTTPS requests to anywhere:
This only happens from within the open-webui container, and if I sniff on the host where this pod is located, I never see outbound communication to the actual IPs behind those hostnames. It looks like there's a busted Envoy server within the open-webui process and some thing that's intercepting all HTTPS traffic, and that envoy server is not speaking HTTPS...hence the "wrong version number" errors. I do not have this problem from within the pipeline container in the same namespace (nor on any of the other 100+ containers running in this cluster):
I can't see what the container is running because some genius removed
psfrom the image (while leavingcurl,openssland a mess of other useful utilities), so I'm left with opening a ticket and asking if there's anything in OWUI that would be doing this.Actual Behavior
X
Steps to Reproduce
X
Logs & Screenshots
X
Additional Information
X