[PR #14539] Add support for HTTPS over Unix socket #14023

Open
opened 2026-02-07 07:23:06 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/14539
Author: @IngmarStein
Created: 7/27/2025
Status: 🔄 Open

Base: masterHead: master


📝 Commits (1)

  • eb79e93 Add 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

  • when listening on both TCP and Unix sockets with RequireHttps enabled
  • to use HTTP/2 between a reverse proxy and Jellyfin

Changes

Set the UseHttps listen option for ListenUnixSocketif 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.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/14539 **Author:** [@IngmarStein](https://github.com/IngmarStein) **Created:** 7/27/2025 **Status:** 🔄 Open **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`eb79e93`](https://github.com/jellyfin/jellyfin/commit/eb79e937246c4bcff6db3df0914f0bcb88e1eb77) Add support for HTTPS over Unix socket ### 📊 Changes **1 file changed** (+38 additions, -32 deletions) <details> <summary>View changed files</summary> 📝 `Jellyfin.Server/Extensions/WebHostBuilderExtensions.cs` (+38 -32) </details> ### 📄 Description This is useful - when listening on both TCP and Unix sockets with `RequireHttps` enabled - to use HTTP/2 between a reverse proxy and Jellyfin **Changes** Set the `UseHttps` listen option for `ListenUnixSocket`if HTTPS is enabled, just like for TCP listeners. **Issues** n/a --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 07:23:06 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#14023