mirror of
https://github.com/open-webui/open-webui.git
synced 2026-06-03 15:27:37 -05:00
[GH-ISSUE #8374] Empty response when the deployment is behind a reverse proxy with HTTPS enabled #69705
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 @zx2015 on GitHub (Jan 7, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/8374
Bug Report
I am experiencing an issue with OpenWebUI deployed behind a reverse proxy. While I can access the OpenWebUI page via HTTPS, submitting a question results in an empty response.
Refer to below picture
If I use HTTP, the Open WebUI works normally.
Installation Method
The Open WebUi is deployed with Docker.
Environment
Open WebUI Version: v0.5.4 (I also tried v0.5.0 ~ v0.5.3, same problem exists)
**Litellm[Proxy]: 1.56.9
Operating System: [e.g., Ubuntu 24.04 server, Windows 11 Client]
Browser (if applicable): [e.g., MS Edge 131.0.2903.112]
Nginx Configuration:
``
server {
listen 443 ssl default_server;
listen [::]:443 ssl default_server;
``
Confirmation:
@tjbck commented on GitHub (Jan 7, 2025):
#8074
@zx2015 commented on GitHub (Jan 7, 2025):
@tjbck Thank you very much. Case solved