mirror of
https://github.com/open-webui/docs.git
synced 2026-07-21 10:05:26 -04:00
[PR #1043] [CLOSED] Added how to get past SSL cert issues with an OpenAI API compatible endpoints #1027
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?
📋 Pull Request Information
Original PR: https://github.com/open-webui/docs/pull/1043
Author: @ryandotclair
Created: 1/29/2026
Status: ❌ Closed
Base:
main← Head:main📝 Commits (1)
e612c5bAdded instructions on how to get past SSL cert issues with an OpenAI API compatible endpoint📊 Changes
1 file changed (+40 additions, -0 deletions)
View changed files
📝
docs/troubleshooting/connection-error.mdx(+40 -0)📄 Description
When the endpoint is an OpenAI API Compatible that used a corporate CA (effectively self-signed), it doesn't verify when using https. After a lot of trial and error, we were able to get it validated via two specific env variables. Wanted to contribute the documented fix to the community. First time PR, so please let me know if there's anything I need to change.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.