OPEN WEB UI SSL ERROR #734
mikegonzo10
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
SSL Certificate Verification Error with Custom API Endpoint
Problem
I'm getting SSL certificate verification errors when using shell-gpt
ConnectError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate (_ssl.c:1029)
Environment
https://<IP>.nip.ioCurrent Configuration
My
.sgptrcfile:API_BASE_URL=https://139.182.185.119.nip.io
DEFAULT_MODEL=huihui_ai/qwen3-abliterated:8b
What I've Tried
❌ Still fails
.bashrc❌ Still fails
Question
How can I disable SSL certificate verification for shell-gpt when using a custom API endpoint with a self-signed certificate?
Is there:
.sgptrcto disable SSL verification?I need this because I'm running a local LLM server with a self-signed certificate and don't want to add it to the system certificate store.
Expected Behavior
shell-gpt should connect to my custom API endpoint without SSL verification errors.
Additional Context
The error occurs in the httpx/httpcore SSL handshake when the OpenAI client tries to connect to my custom endpoint.
Beta Was this translation helpful? Give feedback.
All reactions