mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[GH-ISSUE #10579] enh: support for redis cache authentication and ssl connections for websockets #15944
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 @dsewell on GitHub (Feb 22, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/10579
For compliance with our security requirements I needed to implement authentication and SSL connections for the Redis Cache on Azure for the websockets feature. I have updated the code in our fork of the open-webui project with this enhancement and will create PRs to share the code and docs changes.
@dsewell commented on GitHub (Feb 22, 2025):
code changes - PR #10581
docs changes - PR https://github.com/open-webui/docs/pull/414