2025-03-21, 07:23 PM
(This post was last modified: 2025-03-21, 07:24 PM by TheDreadPirate.)
Can you run this command in a terminal window?
Obviously replace the url with your domain. Does it say whether you are using HTTP2 or HTTP1.1? If it is HTTP2, can you check if ssl.conf, proxy.conf, or resolver.conf include a parameter to downgrade the connection to HTTP1.1? /socket needs to be HTTP1.1.
Code:
curl -vvv https://jellyfin.domain.td
Obviously replace the url with your domain. Does it say whether you are using HTTP2 or HTTP1.1? If it is HTTP2, can you check if ssl.conf, proxy.conf, or resolver.conf include a parameter to downgrade the connection to HTTP1.1? /socket needs to be HTTP1.1.