2024-02-04, 12:52 AM 
(This post was last modified: 2024-02-04, 12:59 AM by ro55mo. Edited 1 time in total.)
		
	
	
		Hi
I have just installed Jellyfin on a headless virtual Debian 12 server using the official repo.
Version: 10.8.13
https://jellyfin.org/docs/general/instal...-automatic
I have attempted to figure basic https functionality following the official instructions
https://jellyfin.org/docs/general/networ...ertificate
The path in the second command had to be amended as it points to a non existent location.
After the pfx has been created and the system has been configured to use it in the admin web GUI I received no errors but the https page on port 8920 is inaccessible.
 
   
 
   
 
   
 
   
It seems the https service is not being enabled?
Toggling IPv6 on or off makes no difference. If I attempt to restart the server from the web GUI it hangs and does not restart. See attached debug log. I am then forced to reboot the entire VM from the terminal.
I would expect to see a service running on 8920 in the output above.
 jellyfin20240204.log.zip (Size: 12.5 KB / Downloads: 89)
  jellyfin20240204.log.zip (Size: 12.5 KB / Downloads: 89)
I am using Firefox 122 to connect. Playback over http on 8096 appears to be working fine. My media library was scanned without issue.
Am I doing something wrong? I have very much tried to RTFM in this case.
First post. Please be gentle.
Thanks in advance.
	  
	
	
I have just installed Jellyfin on a headless virtual Debian 12 server using the official repo.
Version: 10.8.13
https://jellyfin.org/docs/general/instal...-automatic
I have attempted to figure basic https functionality following the official instructions
https://jellyfin.org/docs/general/networ...ertificate
The path in the second command had to be amended as it points to a non existent location.
After the pfx has been created and the system has been configured to use it in the admin web GUI I received no errors but the https page on port 8920 is inaccessible.
It seems the https service is not being enabled?
Code:
sudo ss -tup
Netid    State    Recv-Q    Send-Q                Local Address:Port                    Peer Address:Port      Process                                                  
tcp      ESTAB    0          0                      192.168.0.11:22                    192.168.0.25:51002      users:(("sshd",pid=776,fd=4),("sshd",pid=767,fd=4))    
tcp      ESTAB    0          0                      192.168.0.11:685                  192.168.0.10:nfs                                                                
tcp      ESTAB    0          0                      192.168.0.11:22                    192.168.0.25:45080      users:(("sshd",pid=763,fd=4),("sshd",pid=740,fd=4))    
tcp      ESTAB    0          0              [::ffff:192.168.0.11]:8096            [::ffff:192.168.0.25]:49422      users:(("jellyfin",pid=419,fd=337))   Code:
sudo ss -tup
Netid      State      Recv-Q      Send-Q            Local Address:Port              Peer Address:Port        Process                                                    
tcp        ESTAB      0            0                  192.168.0.11:8096              192.168.0.25:43270        users:(("jellyfin",pid=414,fd=318))                      
tcp        ESTAB      0            0                  192.168.0.11:8096              192.168.0.25:43302        users:(("jellyfin",pid=414,fd=333))                      
tcp        ESTAB      0            0                  192.168.0.11:8096              192.168.0.25:43278        users:(("jellyfin",pid=414,fd=329))                      
tcp        ESTAB      0            0                  192.168.0.11:931                192.168.0.10:nfs                                                                    
tcp        ESTAB      0            0                  192.168.0.11:22                  192.168.0.25:53914        users:(("sshd",pid=836,fd=4),("sshd",pid=830,fd=4))      
tcp        ESTAB      0            0                  192.168.0.11:8096              192.168.0.25:53550        users:(("jellyfin",pid=414,fd=338))                      
tcp        ESTAB      0            0                  192.168.0.11:8096              192.168.0.25:43288        users:(("jellyfin",pid=414,fd=332))                      
tcp        ESTAB      0            0                  192.168.0.11:22                  192.168.0.25:38216        users:(("sshd",pid=785,fd=4),("sshd",pid=762,fd=4))Toggling IPv6 on or off makes no difference. If I attempt to restart the server from the web GUI it hangs and does not restart. See attached debug log. I am then forced to reboot the entire VM from the terminal.
I would expect to see a service running on 8920 in the output above.
 jellyfin20240204.log.zip (Size: 12.5 KB / Downloads: 89)
  jellyfin20240204.log.zip (Size: 12.5 KB / Downloads: 89)
I am using Firefox 122 to connect. Playback over http on 8096 appears to be working fine. My media library was scanned without issue.
Am I doing something wrong? I have very much tried to RTFM in this case.
First post. Please be gentle.
Thanks in advance.





