mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-11 00:04:08 -05:00
Unable to Bypass SSL Verification when using Web Search #2574
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 @erussell86 on GitHub (Nov 5, 2024).
Bug Report
Installation Method
I installed the latest Docker container (v0.3.35). Everything else, to include directly adding websites to context via
#works fine.Environment
Confirmation:
Expected Behavior:
When Openwebui is behind a TLS proxy, and
Bypass SSL verification for WebsitesisOn, it obtains web pages from duckduckgo, attempts to connect to them, sees that there is a self-signed certificate in the trust chain and ignores it, reading website content despite the self-signed cert.Actual Behavior:
Openwebui fails to read the content from the web pages returned by duckduckgo due to the SSL Verification Error.
Description
Bug Summary:
When Open Webui attempts to connect to websites based on Web Search results, it fails to ignore self-signed certificates despite
Bypass SSL verification for WebsitesbeingOn. Directly adding websites to context via#works fine. It's only the RAG Web Search that cannot bypass SSL verification.Reproduction Details
Steps to Reproduce:
Bypass SSL verification for WebsitesisOnand click [Save]Logs and Screenshots
Docker Container Logs:
Screenshots/Screen Recordings (if applicable):

@tjbck commented on GitHub (Nov 5, 2024):
Fixed on dev