mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
Require HTTPS not working #2617
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?
Originally created by @9p6 on GitHub (Feb 10, 2021).
Describe the bug
After setting Require HTTPS option in Networking settings HTTP access is still allowed on 8096 port
System (please complete the following information):
@crobibero commented on GitHub (Feb 10, 2021):
Did you restart after changing the setting?
@9p6 commented on GitHub (Feb 10, 2021):
Ah yes I did I just thought it will stop listening on 8096 and haven't noticed it started redirecting to HTTPS port. Sorry for the noise.
@crobibero commented on GitHub (Feb 10, 2021):
It’s hard to tell without a log attached, but I believe it may have still been listening to 8096 if you had DLNA enabled
@9p6 commented on GitHub (Feb 10, 2021):
What happens is that it opens both ports one for HTTP (8096) the other for HTTPS (8920). The former redirects to the latter.
What I expected is to start listening on single port (8920) for both HTTP and HTTPS traffic with redirect to HTTPS. Because now connecting to 8920 for HTTP results in error.