jellyfin / jellyfin-android

Android Client for Jellyfin
https://jellyfin.org
GNU General Public License v2.0
1.33k stars 223 forks source link

Can't connect to Jellyfin server #1402

Closed spinnaker1 closed 1 month ago

spinnaker1 commented 1 month ago

Describe the bug

I setup Jellyfin server with nginx reverse proxy and LetsEncrypt certificates. Using webbrowsers it all works without problems.

But with Android app, I can not connect. Always says server not reachable in app. Without SSL, it works.

Logs

No response

Application version

2.6.1

Where did you install the app from?

Google Play

Device information

Xiaomi Poco F3

Android version

Android 13

Jellyfin server version

10.9.3

Which video player implementations does this bug apply to?

spinnaker1 commented 1 month ago

Solved it. You need to provide fullchain.pem in nginx reverse proxy.

    ssl_certificate /etc/nginx/ssl/fullchain.pem;
    ssl_certificate_key /etc/nginx/ssl/privkey.pem;