What type of hardware are you using: Old laptop or computer
What YunoHost version are you running: 10.10.7
What app is this about: Jellyfin on Android TV
Describe your issue
Hello everyone,
The problem
I’m posting a problem and solution because I had trouble solving it. As stated in the title, Jellyfin for Android TV cannot connect to the server, even though you can connect with your other devices.
The explanation
The source of the problem is the TLS certificate version 1.3. The Jellyfin app uses an HTTP client called OkHttp to connect. This client does not support TLS 1.3 for Android versions 9 and below.
The solution
You need to change the TLS certificate version from 1.3 to 1.2. With Yunohost, it’s very simple:
/ Tools / Yunohost settings / Security / NGINX
In the NGINX Compatibility
drop-down menu, switch to intermediate
Bonjour à tous,
Le problème
Je permets de poster un problème et solution car j’ai eu du mal à le résoudre. Comme dit dans le titre, Jellyfin pour Android TV n’arrive pas à se connecter au serveur alors que vous y arrivez à avec vos autres terminaux.
L’explication
La source du problème est le certificat TLS en version 1.3. L’application Jellyfin utilise un client http pour se connecter qui s’appelle OkHttp. Ce client ne prend pas en charge le TLS 1.3 pour les versions d’Android 9 et inférieures.
La solution
Il faut changer la version du certificat TLS de 1.3 en 1.2. Avec Yunohost, c’est très simple :
/ Outils / Paramètres de Yunohost / Sécurité / NGINX
Dans le menu déroulant de la Compatibilité NGINX
, basculer en intermediate
Share relevant logs or error messages
aucun