mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #14539] Add support for HTTPS over Unix socket #14023
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/jellyfin/jellyfin/pull/14539
Author: @IngmarStein
Created: 7/27/2025
Status: 🔄 Open
Base:
master← Head:master📝 Commits (1)
eb79e93Add support for HTTPS over Unix socket📊 Changes
1 file changed (+38 additions, -32 deletions)
View changed files
📝
Jellyfin.Server/Extensions/WebHostBuilderExtensions.cs(+38 -32)📄 Description
This is useful
RequireHttpsenabledChanges
Set the
UseHttpslisten option forListenUnixSocketif HTTPS is enabled, just like for TCP listeners.Issues
n/a
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.