[PR #35] [MERGED] FIX: Enable SSL option #140

Closed
opened 2026-02-15 21:15:06 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/mcpo/pull/35
Author: @rgaricano
Created: 4/3/2025
Status: Merged
Merged: 4/3/2025
Merged by: @tjbck

Base: devHead: dev


📝 Commits (1)

📊 Changes

2 files changed (+12 additions, -2 deletions)

View changed files

📝 src/mcpo/__init__.py (+8 -0)
📝 src/mcpo/main.py (+4 -2)

📄 Description

FIX: Enable SSL option
......................................

Added SSL option to uvicorn run.
Added optional params: --ssl-certfile="certfile_path" & --ssl-keyfile="keyfile_path"

MCP-Config-server-ssl3

MCP-Config-server-ssl

MCP-Config-server-ssl1

MCP-Config-server-ssl2


🔄 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/mcpo/pull/35 **Author:** [@rgaricano](https://github.com/rgaricano) **Created:** 4/3/2025 **Status:** ✅ Merged **Merged:** 4/3/2025 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `dev` ← **Head:** `dev` --- ### 📝 Commits (1) - [`dc9e2cf`](https://github.com/open-webui/mcpo/commit/dc9e2cf7ba95fb2b0766cec12df420fe4ae5656b) FIX: Enable SSL option ### 📊 Changes **2 files changed** (+12 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/mcpo/__init__.py` (+8 -0) 📝 `src/mcpo/main.py` (+4 -2) </details> ### 📄 Description FIX: Enable SSL option ...................................... Added SSL option to uvicorn run. Added optional params: --ssl-certfile="certfile_path" & --ssl-keyfile="keyfile_path" ![MCP-Config-server-ssl3](https://github.com/user-attachments/assets/2d6e406d-e9b3-40f1-abf8-1bb7d4b67908) ![MCP-Config-server-ssl](https://github.com/user-attachments/assets/7398033d-4d3d-4fdf-992a-03535418eb2b) ![MCP-Config-server-ssl1](https://github.com/user-attachments/assets/198baf4d-52b8-44c4-b9b2-40147234e6de) ![MCP-Config-server-ssl2](https://github.com/user-attachments/assets/3f9d318e-4548-4b1c-9444-8c2b74dc6c96) --- <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 21:15:06 -05:00
yindo closed this issue 2026-02-15 21:15:06 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: open-webui/mcpo#140