mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-24 07:30:57 +01:00
Connection Failure Error message at login screen, Jellyfin 10.3.0 through Nginx (Docker) #598
Labels
No labels
area:database
awaiting-feedback
backend
blocked
breaking change: web api
bug
build
ci
confirmed
discussion needed
dotnet future
downstream
duplicate
EFjellyfin.db
enhancement
feature
future
github-actions
good first issue
hdr
help wanted
invalid
investigation
librarydb
live-tv
lyrics
media playback
music
needs testing
nuget
performance
platform
pull-request
question
regression
release critical
requires-web
roadmap
security
security
stale
support
syncplay
ui & ux
upstream
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: starred/jellyfin#598
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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 @triDcontrols on GitHub (Apr 20, 2019).
Describe the bug
After updating docker container Jellyfin to 10.3.0, I can no longer login remote through Nginx reverse proxy. Worked in 10.2.x. Works just fine If I login on my local network. http://192.168.1.7:8096
I know there have been changes in authentication.
I get this message when attempting to log in
"We're unable to connect to the selected server right now. Please ensure it is running and try again."
My Nginx config:
server {
listen 443 ssl;
listen [::]:443 ssl;
}
To Reproduce
Setup Nginx reverse proxy server and try to login.
Expected behavior
Expect to login as Jellyfin 10.2.x
Logs

Console Logs from Chrome
Screenshots
System (please complete the following information):
Additional context
@triDcontrols commented on GitHub (Apr 20, 2019):
RTFM People:
https://jellyfin.readthedocs.io/en/latest/administrator-docs/reverse-proxy/#nginx
Sorry for my unnecessary bug report.
My new nginx config for others per the docs.
}
@sparky8251 commented on GitHub (Apr 20, 2019):
Not a worry man! We changed those docs shortly after release when it became apparent there was an nginx config issue with the move to Kestrel as the HTTP server.
It def is a bug of sorts, we just found and addressed it properly very quickly :)
@darkralts commented on GitHub (Oct 30, 2020):
totally not an unneccessary bug report, this saved me lots of headaches thanks :D