jellyfin-archive / jellyfin-android-original

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

Can't connect to server using https behind reverse proxy #348

Open tuxrinku opened 4 years ago

tuxrinku commented 4 years ago

I have an issue with the android app, I can't connect to my server when I use it behind nginx reverse proxy. When I enter the url in the app it doesn't find the server, though I can connect without any problem using a web browser. Also when I'm using the local network address:8096 there's no problem to connect to the server. Is there any additional configuration I'm missing ? I obviously enabled the remote server control in the Jellyfin settings.

I'm using docker, and serve Jellyfin behind the nginx-proxy docker by jwilder and let's encrypt.

CutterXYZ commented 4 years ago

Did you put https:// in front of the URL ? It seems that the app doesn't follow HTTP -> HTTPS redirect instructions.

tuxrinku commented 4 years ago

Yea I did put https:// without any luck. Still doesn't work on the 2.0.0-rc releases.