• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Support Troubleshooting Networking & Access Android apps can't connect on my server

     
    • 1 Vote(s) - 1 Average

    Android apps can't connect on my server

    Catter
    Offline

    Junior Member

    Posts: 2
    Threads: 0
    Joined: 2024 Jan
    Reputation: 0
    Country:Austria
    #10
    2024-01-02, 07:54 AM (This post was last modified: 2024-01-02, 07:58 AM by Catter. Edited 2 times in total.)
    i think i have a similar problem.

    i use jellyfin behind nginx.
    my tld points to my server and nginx forwards it to jellyfin on the correct port.
    this setup works fine on ios, appletv and in the browser. but android fails to connect.
    i have no idea what i'm doing wrong. i use a let's encrypt cert for the server which is valid and only a few days old.

    my nginx config looks like this:
    Code:
    worker_processes  1;
    events {
        worker_connections  1024;
    }
    http {
        include  mime.types;
        default_type  application/octet-stream;
        sendfile  on;
        keepalive_timeout  65;
        server {
            listen 443 ssl;
            server_name  MY.TLD;
            ssl_certificate  ../ssl/MY.TLD-crt.pem;
            ssl_certificate_key  ../ssl/MY.TLD-key.pem;
            ssl_session_timeout  5m;
            location / {
                proxy_pass  http://localhost:8096/;
            }
        }
    }

    i don't have a lot of experience with nginx. maybe someone can point me in the right direction.
    thx!
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Android apps can't connect on my server - by drzaltar - 2023-09-18, 08:02 PM
    RE: Android apps can't connect on my server - by bitmap - 2023-09-18, 08:20 PM
    RE: Android apps can't connect on my server - by drzaltar - 2023-09-18, 08:54 PM
    RE: Android apps can't connect on my server - by bitmap - 2023-09-19, 01:07 AM
    RE: Android apps can't connect on my server - by drzaltar - 2023-09-19, 05:39 AM
    RE: Android apps can't connect on my server - by drzaltar - 2023-09-22, 02:06 PM
    RE: Android apps can't connect on my server - by DarkDampSquib - 2023-10-18, 06:55 PM
    RE: Android apps can't connect on my server - by TheDreadPirate - 2023-10-18, 07:17 PM
    RE: Android apps can't connect on my server - by monocle - 2023-12-08, 09:15 PM
    RE: Android apps can't connect on my server - by Catter - 2024-01-02, 07:54 AM
    RE: Android apps can't connect on my server - by TheDreadPirate - 2024-01-02, 11:00 AM
    RE: Android apps can't connect on my server - by Catter - 2024-01-02, 01:02 PM
    RE: Android apps can't connect on my server - by WoodroweBones - 2024-09-16, 08:02 PM
    RE: Android apps can't connect on my server - by TheDreadPirate - 2024-09-17, 02:11 PM
    RE: Android apps can't connect on my server - by raulx222 - 2024-09-26, 11:21 AM
    RE: Android apps can't connect on my server - by raulx222 - 2024-09-26, 02:58 PM
    RE: Android apps can't connect on my server - by leonerrante - 2024-09-22, 05:35 AM
    RE: Android apps can't connect on my server - by TheDreadPirate - 2024-09-22, 06:34 PM
    RE: Android apps can't connect on my server - by TheDreadPirate - 2024-09-26, 02:23 PM

    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode