• 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 app Android via HTTPS

     
    • 0 Vote(s) - 0 Average

    app Android via HTTPS

    Jellyfin does not work on Android via HTTPS
    gobanow
    Offline

    Junior Member

    Posts: 6
    Threads: 1
    Joined: 2024 May
    Reputation: 0
    #1
    2024-05-08, 09:42 AM (This post was last modified: 2024-05-08, 09:46 AM by gobanow. Edited 3 times in total.)
    Hi
    I don't use a proxy.
    Jellyfin installed in Docker compose
    Where did I make a mistake?
    Through the browser - it works.
    Through the Android mobile app Jellyfin - no.
    I use OMV 7.0.5-1 (Sandworm)

    Using the instructions for jellyfin, I'm trying to launch it via https.
    Created a self-signed certificate in PKCS 12 format (I use the whole chain - root key, root certificate, intermediate certificate) in the *.pfx file
    Code
    Code:
    openssl pkcs12 -export -out jellyfin.pfx -inkey privkey.pem -in cert.pem -CAfile chain.crt -passout pass:12345678
    where:
    privkey.pem - is the private key of the certificate,
    cert.pem - is a certificate in text format (PEM),
    jellyfin.pfx - is the name of the resulting file,
    chain.crt - is the root and intermediate certificates combined in one file: Root, First intermediate certificate, Second intermediate certificate.
    chain.crt creating:
    Code: chain.crt creating
    Code:
    cat cert.pem intermediate.crt > chain.crt
    privkey.pem and cert.pem creating:
    Code: privkey.pem and cert.pem creating
    Code:
    openssl req -x509 -newkey rsa:4096 -keyout ./privkey.pem -out cert.pem -days 1000 -nodes -subj '/CN=jellyfin.lan'
    intermediate.crt creating:
    Code: I am generating a CSR in the intermediate.csr file


    openssl req            \
      -new                  \
      -key intermediate.key \
      -subj "/CN=TEST Intermediate CA/C=EU/O=TEST Ltd" \
      -out intermediate.csr
    Code: Generating intermediate.crt

    openssl x509          \
      -req                \
      -in intermediate.csr \
      -days 1000          \
      -CA cert.pem        \
      -CAkey privkey.pem  \
      -extfile <(echo -e "basicConstraints=CA:true\nkeyUsage=keyCertSign") \
      -out intermediate.crt

    Through the browser - it works.
    Through the Android mobile app Jellyfin - no.
    writes "it is impossible to access the server".
    neither via IP-address, nor via hostname.
    Almost like the instructions turned out) it's a pity that it's not working yet
    Where did I make a mistake?
    Thanks
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    app Android via HTTPS - by gobanow - 2024-05-08, 09:42 AM
    RE: app Android via HTTPS - by TheDreadPirate - 2024-05-08, 02:44 PM
    RE: app Android via HTTPS - by gobanow - 2024-05-08, 05:47 PM
    RE: app Android via HTTPS - by gobanow - 2024-05-08, 05:56 PM
    RE: app Android via HTTPS - by gobanow - 2024-05-09, 11:07 AM
    RE: app Android via HTTPS - by TheDreadPirate - 2024-05-09, 12:45 PM
    RE: app Android via HTTPS - by gobanow - 2024-05-09, 04:16 PM
    RE: app Android via HTTPS - by TheDreadPirate - 2024-05-09, 04:31 PM
    RE: app Android via HTTPS - by gobanow - 2024-05-09, 04:37 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