-
-
Notifications
You must be signed in to change notification settings - Fork 324
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot connect over HTTPS #230
Comments
Not sure if this helps anyone but I had the same error message and it turns out I can sign in when using the baseurl (? that's what it's apparantly called, saw it in the Jellyfin for Kodi instuctions), so eg: instead of only IP and port |
It could be an nginx configuration problem when redirecting desktop clients , no error from Client Dektop |
Adding to this since I seem to do it wrong time and time again: When trying to figure out the right URL the player wants to have try not adding a trailing slash at the end, so instead of |
@jfml You still have an nginx configuration problem, and it's not a problem with the jjellyfin client. (jellyfin.example.org/jellyfin)You are using this configuration https://jellyfin.org/docs/general/networking/nginx#nginx-with-subpath-exampleorgjellyfin (jellyfin.example.org)maybe you want this https://jellyfin.org/docs/general/networking/nginx#nginx-from-a-subdomain-jellyfinexampleorg |
sure, maybe? not sure what nginx is, just know that it works for me without trailing slash … |
Just ran into this with the windows client, running JF on a docker container behind Caddy. External web and android clients work fine, but the windows jellyfin client (v1.9.1 x64) gave the above error until trying without the trailing slash. I'm not sub-pathed, so it was just akin to Caddyfile (equiv):
If the client only works with non-trailing-slash URLs then perhaps it could normalise the user input to accommodate that - or would that cause issues I'm unaware of? Also I noticed after "fixing" the URL, if the wrong password is entered during login it gave the same error (I don't have concrete proof of this, I may have mis-read it at the time as I was remote-debugging, but I'm sure I remember the error being the same). It would seem the UI could offer a bit more diagnostic info, perhaps? |
I have the same problem. Entering the URL with trailing slash doesn't work. If you copy the URL from you browser it adds a traling slash, so I've some users of my Jellyfin server who reported that the client wasn't working properly. Running 1.9.1 x64 on Windows. This problem doesn't seem to exist on the Android client. To add to the comment above, entering the wrong password or wrong username gives the same connection error, but this doesn't seem to be related to the trailing slash in any way. Just noticed: this seems to be a duplicate of #280 |
I have the same issue. I can connect on the iOS apps and the Android TV app, but not on Jellyfin Media Player. |
Describe the bug
Jellyfin Media Player fails to connect to my server over HTTPS, displays
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A succesfull connection
Screenshot
Desktop:
Additional context
Console log:
jellyfinmediaplayer.log
The text was updated successfully, but these errors were encountered: