Sign in error: Wrong IP or port
Closed this issue · 9 comments
The application is able to autodiscover the jellyfin server (running on ubuntu server 20.04), but when I try to sign in with credentials from any account, it claims the IP address or port is incorrect. Same behavior observed if manually entering the correct port and IP address.
From the jellyfin server, I can pull logs and see that the user is authenticating, according to Jellyfin, but ABJC gives error upon login attempt.
I get the same error. For me I'm connecting over the internet.
Hey is your Server located at XXX.XXX.XXX.XXX:8096 ?
Do you use HTTPs?
My server is located behind a reverse proxy which uses HTTPS
Does your server use the default port? And does it use a path (e.g. XXX.XXX.XXX.XXX:PORT/path/to/server)
It is reached through the revere proxy with jellyfin.{mydomain}.com, and since it uses https it connects on port 443.
Behind the reverse proxy, it is forwarded to xxx.xxx.xxx.xxx:8096
Hmm. I don't really remember, but I think I tried a lot of different options. Unfortunately I'm away form my appleTV until after christmas. I will test it again then.
I get an 404 not Found error. Using 10.7.0
I found an issue with HTTPS and fixed it in the build that went online today.
Issues with HTTPS are tracked here