Jellyfin Forum
trying to setup https - 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: trying to setup https (/t-trying-to-setup-https)



trying to setup https - Some random Kid - 2025-02-21

hello i was trying to setup https through nginx reverse proxy and i keep getting this error [Image: ZeZzMm3.png]

I'm just wondering if this a bug or am i just doing something wrong. i have my certificate through lets encrypt and i have jellyfin pointed at the right folder for my certificate.
any help would be Gratefully appreciated


RE: trying to setup https - TheDreadPirate - 2025-02-22

You don't setup https through Jellyfin if you are using nginx. Nginx is configured separate from Jellyfin.

https://jellyfin.org/docs/general/networking/nginx/

As long as Jellyfin is on the same host as Nginx, or on the same network, you don't need to setup https between Nginx and Jellyfin.


RE: trying to setup https - Some random Kid - 2025-02-22

Ok thank you