mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #12906] feat: Option to enable/disable SSL verification for OpenAI connections #16751
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 @tblattner on GitHub (Apr 15, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/12906
Check Existing Issues
Problem Description
Adding a connection with a self-signed certificate results in failure to SSL verification errors.
Desired Solution you'd like
Would like an option when adding a connection to disable verifying SSL
Alternatives Considered
No response
Additional Context
Here is one possible solution that demonstrates disabling SSL verification for openai router.
Based around setting these connections up:
@gaby commented on GitHub (Apr 16, 2025):
This probably needs to be a new ENV variable, similar to
AIOHTTP_CLIENT_TIMEOUT@Ithanil commented on GitHub (Apr 16, 2025):
Unlikely to be merged though: https://github.com/open-webui/open-webui/pull/12443
@tjbck commented on GitHub (Apr 18, 2025):
env var added:
eb80719cf0