mirror of
https://github.com/open-webui/mcpo.git
synced 2026-07-22 19:55:24 -04:00
[PR #35] [MERGED] FIX: Enable SSL option #140
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/mcpo/pull/35
Author: @rgaricano
Created: 4/3/2025
Status: ✅ Merged
Merged: 4/3/2025
Merged by: @tjbck
Base:
dev← Head:dev📝 Commits (1)
dc9e2cfFIX: Enable SSL option📊 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"
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.