2024-02-04, 09:46 AM
So I just thought to try checking the 'Require HTTPS' setting now no errors were appearing about the pfx in the log. I also tweaked a couple of other settings.
After restarting the server again it kicked into life.
The setting 'Require HTTPS' says 'If checked, the server will automatically redirect all requests over HTTP to HTTPS. This has no effect if the server is not listening on HTTPS.'
This does not seem to be happening right now. I can still open pages on 8096 and no redirection happens. It does work if I open an in-private browser session. Cached session of some type I guess.
Thank you for pointing me in the right direction. It would have been very helpful if the Jellyfin web GUI could have displayed any errors relating to the certificate though.
Expected behaviour from my point of view would be for https on 8920 to appear when 'Enable HTTPS' is checked and a valid cert is present, not 'Require HTTPS'.
After restarting the server again it kicked into life.
Code:
ss -tup
Netid State Recv-Q Send-Q Local Address:Port Peer Address:Port Process
tcp ESTAB 0 0 192.168.0.11:793 192.168.0.10:nfs
tcp ESTAB 0 0 192.168.0.11:8096 192.168.0.25:56240
tcp ESTAB 0 0 192.168.0.11:22 192.168.0.25:43956
tcp ESTAB 0 0 192.168.0.11:22 192.168.0.25:40928
tcp ESTAB 0 0 192.168.0.11:8920 192.168.0.25:40698
tcp ESTAB 0 0 192.168.0.11:8096 192.168.0.25:58180
tcp ESTAB 0 0 192.168.0.11:8096 192.168.0.25:56202
tcp ESTAB 0 0 192.168.0.11:8096 192.168.0.25:58176
tcp ESTAB 0 0 192.168.0.11:8096 192.168.0.25:58172
tcp ESTAB 0 0 192.168.0.11:22 192.168.0.25:56334
tcp ESTAB 0 0 192.168.0.11:8920 192.168.0.25:46234
tcp ESTAB 0 0 192.168.0.11:8096 192.168.0.25:56224
The setting 'Require HTTPS' says 'If checked, the server will automatically redirect all requests over HTTP to HTTPS. This has no effect if the server is not listening on HTTPS.'
This does not seem to be happening right now. I can still open pages on 8096 and no redirection happens. It does work if I open an in-private browser session. Cached session of some type I guess.
Thank you for pointing me in the right direction. It would have been very helpful if the Jellyfin web GUI could have displayed any errors relating to the certificate though.
Expected behaviour from my point of view would be for https on 8920 to appear when 'Enable HTTPS' is checked and a valid cert is present, not 'Require HTTPS'.