jarnedemeulemeester / findroid

Third-party native Jellyfin Android app
GNU General Public License v3.0
2.67k stars 167 forks source link

Support mTLS / Client TLS Certificates #888

Open nani8ot opened 1 day ago

nani8ot commented 1 day ago

Is your feature request related to a problem? Please describe. I would like to access Jellyfin from outside my network. However, the only option I have without exposing it directly to the internet is to use a VPN, which I would like to avoid. Configuring my reverse-proxy to require mutual TLS / client certificates could reduce the risk of exposing Jellyfin by adding an extra layer of protection.

Describe the solution you'd like Support for specifying a client certificate in the client, for Jellyfin servers behind a reverse proxy with TLS client authentication.

Describe alternatives you've considered I'm currently using a Wireguard VPN to connect to my home network.

Additional context