Comment on getting 522 error Cloudflaired + Jellyfin + fail2ban
Xanza@lemm.ee 1 month ago
Port 8096 is the default HTTP protocol port, and you’re trying to access it via HTTPS. Do you have certificates installed and available for your jellyfin instance? If not, it’s very likely Cloudflare won’t route it correctly.
I’m not saying this is your specific issue, but it’ll be the one after you fix this one at least. You may need to mess with the cloudflare “current encryption mode” to get this to work.
nagaram@startrek.website 1 month ago
I’ll try swapping it to http unless you think I should run nginx or something to certify it. I don’t know if that will help.
Xanza@lemm.ee 5 weeks ago
I always advocate for HTTPS. I run a caddy proxy and sidestep cloudflare all-together.
nagaram@startrek.website 5 weeks ago
I assume a Caddy set up would get me a URL? I might look into that.
Xanza@lemm.ee 5 weeks ago
Correct. Mine is ‘jelly.domain.com’ which bidirectionally forwards traffic between my domain and my home server.
MangoPenguin@lemmy.blahaj.zone 5 weeks ago
You don’t need caddy if you’re running cloudflare tunnels.
entropicdrift@lemmy.sdf.org 5 weeks ago
I run caddy to handle https certs. Works great and it’s incredibly easy to setup