Jellyfin Forum
Cannot get caddy working at all, no conections go through - 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: Cannot get caddy working at all, no conections go through (/t-cannot-get-caddy-working-at-all-no-conections-go-through)

Pages: 1 2


RE: Cannot get caddy working at all, no conections go through - aeternalis - 2024-11-23

Attempting to just go to https://jellyfin.domain.com results in that SSL_ERROR_INTERNAL_ERROR_ALERT problem on a browser. I have to specify http and port 8096. Https doesn't work at all on any client. I know there are https options in jellyfin itself, but unless I read the tutorials wrong, it seems caddy and dns should have provided that functionality.


RE: Cannot get caddy working at all, no conections go through - TheDreadPirate - 2024-11-23

When you go to the https URL, can you inspect the certificate the browser received and check that it is valid and that it includes your subdomain and not just domain.tld?


RE: Cannot get caddy working at all, no conections go through - aeternalis - 2024-11-23

From what I gather, there is no certificate being supplied. I have always use HTTPS enabled in cloudflare. I also have edge certificates setup (at least to my knowledge, I have them setup properly).


RE: Cannot get caddy working at all, no conections go through - TheDreadPirate - 2024-11-23

Do you have CF set to "Proxied" or is it "DNS Only". If it is DNS only, CF shouldn't be a factor at all. Caddy should be making the request automatically to Let's Encrypt for certificates and serving those.