[PR #1043] [CLOSED] Added how to get past SSL cert issues with an OpenAI API compatible endpoints #1027

Closed
opened 2026-02-15 18:17:02 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/docs/pull/1043
Author: @ryandotclair
Created: 1/29/2026
Status: Closed

Base: mainHead: main


📝 Commits (1)

  • e612c5b Added 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.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/docs/pull/1043 **Author:** [@ryandotclair](https://github.com/ryandotclair) **Created:** 1/29/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`e612c5b`](https://github.com/open-webui/docs/commit/e612c5b7d353bf6b895b52fcb936cfe122480293) Added instructions on how to get past SSL cert issues with an OpenAI API compatible endpoint ### 📊 Changes **1 file changed** (+40 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `docs/troubleshooting/connection-error.mdx` (+40 -0) </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 18:17:02 -05:00
yindo closed this issue 2026-02-15 18:17:02 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: open-webui/docs#1027