mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-17 08:21:12 -05:00
[PR #13002] [CLOSED] FIX: Enable use of SSL MCPO Server Conection #23073
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/open-webui/pull/13002
Author: @rgaricano
Created: 4/18/2025
Status: ❌ Closed
Base:
dev← Head:dev-fix_ssl📝 Commits (3)
b0d19e3FIX: Enable use of SSL MCPO Server Conectiondd484aeUpdate Format Backendb44f9b4update format backend error📊 Changes
1 file changed (+5 additions, -3 deletions)
View changed files
📝
backend/open_webui/utils/tools.py(+5 -3)📄 Description
Fix to allow https connections on MCPO tools server
When connecting to an MCPO server using the HTTPS protocol, an error occurs.
This commit relaxes SSL requirements and enables its use when the MCPO connection is made using HTTPS.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.