mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[GH-ISSUE #12516] issue: [CONFIG ISSUE, UNRELATED TO OWUI] Web UI accessed via HTTPS returns OAuth redirect URL as HTTP, thus logging a user into an HTTP connection #32162
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 @StNiosem on GitHub (Apr 6, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/12516
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.6.1
Ollama Version (if applicable)
N/A (only using a LiteLLM endpoint)
Operating System
Ubuntu Server 24.04.2 LTS
Browser (if applicable)
Firefox 137.0 (aarch64) MacOS arm64
Confirmation
README.md.Expected Behavior
https://openwebui.DOMAINhttps://URLActual Behavior
http://openwebui.DOMAINhttps://scheme)http://URLhttps://openwebui.DOMAIN, I am not logged into the httpS version, but still logged into the http URL.Steps to Reproduce
slugset to open-webui, and an OAuth 2.0 Provider with client id and secret matching those in the ENV varshttpsbut the internal url ishttp?? I don't knowLogs & Screenshots
Additional Information
open-webui,pipelines,litellm,postgresas a db for litellm, andlitellm-exporterto get prometheus metricsDOMAIN, i have censored my actual domain name. This domain name is proxied through cloudflare and uses cloudflare nameservers@StNiosem commented on GitHub (Apr 7, 2025):
Switched to Caddy web Server, which did nothing to improve
@StNiosem commented on GitHub (Apr 7, 2025):
For anyone facing the same issue, using Caddy Web Server, add this to your Caddyfile:
@ChandanTeekinavar commented on GitHub (Apr 24, 2025):