Jellyfin Forum
Connecting to https server with self-signed cert via Apps - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting)
+---- Forum: Networking & Access (https://forum.jellyfin.org/f-networking-access)
+---- Thread: Connecting to https server with self-signed cert via Apps (/t-connecting-to-https-server-with-self-signed-cert-via-apps)



Connecting to https server with self-signed cert via Apps - rjander70 - 2024-01-14

Dear All,

So I am a newbie. So first things first, JellyFin is Fantastic! Kudos to all involved!

But I have a number of issues that mean it is behaving just slightly under absolutely perfectly...

The first is that I have set everything up for connection via HTTPS (and HTTPS is required, so HTTP is disabled right?). I have my Public DNS entry sorted, my router is forwarding packets to the correct machine behind my firewall, and most importantly, I can connect to my server via https using Safari, from both LAN and WAN (i.e. both sides of my firewall).

However I am unable to connect, from either side of the firewall, via the macOS DeskTop App that I downloaded from:

  https://github.com/jellyfin/jellyfin-media-player/releases/download/v1.9.1/JellyfinMediaPlayer-1.9.1-macos-notarized.dmg

Is this because I have a self-signed certificate?

Many thanks in advance for any and all help.
J


RE: Connecting to https server with self-signed cert via Apps - mcarlton00 - 2024-01-14

You're correct. Basically none of our apps are usable with self signed certificates due to the way root CAs get handled on the respective operating systems. The advisable way is to use something like LetsEncrypt to get a valid certificate.


RE: Connecting to https server with self-signed cert via Apps - 34626 - 2024-01-14

You can setup a reverse proxy, i recommend caddy, then it will do it all.


RE: Connecting to https server with self-signed cert via Apps - Tocnon - 2024-06-22

(2024-01-14, 05:10 PM)mcarlton00 Wrote: You're correct.  Basically none of our apps are usable with self signed certificates due to the way root CAs get handled on the respective operating systems.  The advisable way is to use something like LetsEncrypt to get a valid certificate.

I actually working through the transition from Plex to Jellyfin.  I'm running into an issue with Jellyfin that I don't have with Plex.  I'm running Plex and Jellyfin on linux servers, with the primary client on Amazon FireTV (android).  I run my own CA for various systems.  With Plex, there's an option with the FireTV client to ignore cert errors and it works great on the local network or remote.  Can Jellyfin not implement the same feature on the client side?

Thanks!


RE: Connecting to https server with self-signed cert via Apps - TheDreadPirate - 2024-06-23

AFAIK, the only way to allow self signed or private CA certs is to side load the cert into the OS. I'm not sure you can do that on Android TV (you can on Android).