2024-12-03, 12:08 AM
(This post was last modified: 2024-12-04, 04:43 AM by schnappi. Edited 1 time in total.)
Nginx config copy and pasted from https://jellyfin.org/docs/general/networking/nginx/
Only changes are:
listen 443 ssl http2;
ssl_certificate /location.crt
ssl_trusted_certificate /location.crt
ssl_certificate_key /location.key
ssl_dhparam /location.pem
SSL certificates are not self-signed. Tried Let's Encrypt and ZeroSSL issued certificates with the same result too.
Only changes are:
listen 443 ssl http2;
ssl_certificate /location.crt
ssl_trusted_certificate /location.crt
ssl_certificate_key /location.key
ssl_dhparam /location.pem
SSL certificates are not self-signed. Tried Let's Encrypt and ZeroSSL issued certificates with the same result too.