mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
Python Package support for OpenAI's Certificate #1664
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 @endamaco on GitHub (Aug 2, 2024).
Bug Report
Description
Bug Summary:
I've installed the python package
pip install open-webuiopen-webui serveBut when I enter the OpenAI's key and try to connect I can see the following error in the console
Steps to Reproduce:
Open WebUI (manual python, not docker). Go in admin panel -> settings -> connections -> enter OpenAI API's key and click "Verify Connection"
Expected Behavior:
Connect to OpenAI's endpoint
Actual Behavior:
An error with SSL certificates prevent it to work. If I open the OpenAI's endpoint in a browser I don't have any issue with certificates
Environment
Open WebUI Version: 0.3.10
Ollama (if applicable): N/A
Operating System: MacOS
Browser (if applicable): Chrome
Installation Method
Manual Installation