• 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 SOLVED: Firetick App

    Pages (2): « Previous 1 2

     
    • 0 Vote(s) - 0 Average

    SOLVED: Firetick App

    Firetick App not connecting
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #11
    2025-01-10, 05:07 PM
    You may need to use a different reverse proxy. Nginx Proxy Manager is my recommendation. The issue, I think, is that your Firestick probably hasn't received any security updates in a while. Those updates usually include updates to root and intermediate certificate authorities. Let's Encrypt's intermediate authority refreshed in March 2024. If the DSM proxy isn't sending the client the root certificate, only the server and intermediate certificates, then your Firestick won't trust the cert.

    In many reverse proxies, you can configure what certs to send to the client. But it does not appear that the DSM proxy can.
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    dess4k
    Offline

    Junior Member

    Posts: 10
    Threads: 1
    Joined: 2025 Jan
    Reputation: 0
    #12
    2025-01-11, 12:04 PM (This post was last modified: 2025-01-11, 12:33 PM by dess4k. Edited 1 time in total.)
    Latest FireOS installed (7.6.8.5). Still not working
    Tried on a android TV (0.18.4) on Philips 65OLED887. Worked with no trouble
    So my config looks good and I think again the problem comme from the FireStick app....
    2 apps are available on the amazon store 'Jellyfin for Fire TV' and 'JellyFin', any différence between these 2 apps ?

    thanks TheDreadPirate
    (I wrote my last post before seing yours)
    Will have a look at Nginx Proxy Manager, but other apps with the same certificate installed on my NAS are accessible from a firesick...
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #13
    2025-01-12, 05:26 PM (This post was last modified: 2025-01-12, 05:27 PM by TheDreadPirate.)
    Yes. For the reasons I stated, I don't the Firestick is able to trust the certificate you're using without additional configuration that the DSM proxy isn't able to provide.

    The "Jellyfin" app is probably the standard Android app (intended for phones and tablets).
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    dess4k
    Offline

    Junior Member

    Posts: 10
    Threads: 1
    Joined: 2025 Jan
    Reputation: 0
    #14
    2025-01-14, 02:03 PM
    ok so,
    I cant install docker in my nas because of the type of FileSystem I used years ago during the initial setup.
    Installing Nginx Proxy Manager on a raspberry pi could make the trick ?
    What would be the configuration I should add in Nginx Proxy Manager to make the SSL certificat work properly ?
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #15
    2025-01-14, 04:41 PM
    Running Nginx on an Rpi is fine. On any other PC you have, really.

    I can't remember which is the setting that "fixes" this issue, but all three of these should be present in the nginx config.

    Code:
    ssl_certificate /etc/letsencrypt/live/domain.tld/fullchain.pem; # managed by Certbot
        ssl_certificate_key /etc/letsencrypt/live/domain.tld/privkey.pem; # managed by Certbot
        ssl_trusted_certificate /etc/letsencrypt/live/domain.tld/chain.pem; # managed by Certbot
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    dess4k
    Offline

    Junior Member

    Posts: 10
    Threads: 1
    Joined: 2025 Jan
    Reputation: 0
    #16
    2025-01-20, 11:48 PM
    Hi TheDreadPirate
    I think I am good with nginx proxy manager configuration now (installed on docker within a RaspberryPI).
    I created a domain name in Duckdns, and set up everything with LE certificate in NPM.
    Still need to test/validate with the device not able to reach out the Jellythin server using the Duckdns domain name now.

    I saw many tutorials talking about going through Cloudflare (in between the client and my router - See attachment).

    Any advice on that ?


    Attached Files Thumbnail(s)
       
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #17
    2025-01-21, 02:49 PM
    Do not use Cloudflare with Jellyfin. It is against their TOS to serve video/audio through the free tier proxy service.
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    dess4k
    Offline

    Junior Member

    Posts: 10
    Threads: 1
    Joined: 2025 Jan
    Reputation: 0
    #18
    2025-01-22, 05:23 PM
    ok got it thanks
    dess4k
    Offline

    Junior Member

    Posts: 10
    Threads: 1
    Joined: 2025 Jan
    Reputation: 0
    #19
    2025-01-23, 09:22 AM
    Thanks TheDreadPirate
    Using NPM and duckdns make the tricks.
    1
    Pages (2): « Previous 1 2

    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    • 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