I have a little bit different problem but still is connected to HTTPS on Libretime.
Im using proxmox container
root@Radio:~# cat /etc/os-release
NAME="Ubuntu"
VERSION="20.04.6 LTS (Focal Fossa)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 20.04.6 LTS"
and latest Libretime Release
wget https://github.com/libretime/libretime/releases/download/3.1.0/libretime-3.1.0.tar.gz
root@Radio:~# sudo systemctl --all --plain | grep libretime
libretime-analyzer.service loaded active running LibreTime Media Analyzer Service
libretime-api.service loaded active running LibreTime API Service
libretime-liquidsoap.service loaded active running LibreTime Liquidsoap Service
libretime-playout.service loaded active running LibreTime Playout Service
libretime-worker.service loaded active running LibreTime Worker Service
libretime-api.socket loaded active running LibreTime API Socket
libretime.target loaded active active LibreTime Services
I manage to secure my Libretime website, and i can login, add songs
Now im trying to secure icecast and liquidsoap
I follow the instalation guide which include secure part
Here is more info about ports:
root@Radio:~# ss -tulpn
Netid State Recv-Q Send-Q Local Address:Port Peer Address:Port Process
udp UNCONN 0 0 127.0.0.53%lo:53 0.0.0.0:* users:(("systemd-resolve",pid=99,fd=12))
udp UNCONN 0 0 192.168.88.17%eth0:68 0.0.0.0:* users:(("systemd-network",pid=82,fd=18))
tcp LISTEN 0 128 0.0.0.0:25672 0.0.0.0:* users:(("beam.smp",pid=151,fd=77))
tcp LISTEN 0 511 0.0.0.0:80 0.0.0.0:* users:(("nginx",pid=402,fd=12),("nginx",pid=401,fd=12))
tcp LISTEN 0 511 0.0.0.0:8080 0.0.0.0:* users:(("nginx",pid=402,fd=8),("nginx",pid=401,fd=8))
tcp LISTEN 0 10 127.0.0.1:1234 0.0.0.0:* users:(("liquidsoap",pid=13825,fd=13))
tcp LISTEN 0 4096 127.0.0.53%lo:53 0.0.0.0:* users:(("systemd-resolve",pid=99,fd=13))
tcp LISTEN 0 244 127.0.0.1:5432 0.0.0.0:* users:(("postgres",pid=472,fd=4))
tcp LISTEN 0 100 127.0.0.1:25 0.0.0.0:* users:(("master",pid=527,fd=13))
tcp LISTEN 0 5 0.0.0.0:8443 0.0.0.0:* users:(("icecast2",pid=407,fd=4))
tcp LISTEN 0 511 0.0.0.0:443 0.0.0.0:* users:(("nginx",pid=402,fd=11),("nginx",pid=401,fd=11))
tcp LISTEN 0 5 0.0.0.0:8000 0.0.0.0:* users:(("icecast2",pid=407,fd=5))
tcp LISTEN 0 2 0.0.0.0:8001 0.0.0.0:* users:(("liquidsoap",pid=13825,fd=16))
tcp LISTEN 0 2 0.0.0.0:8002 0.0.0.0:* users:(("liquidsoap",pid=13825,fd=19))
tcp LISTEN 0 128 *:5672 *:* users:(("beam.smp",pid=151,fd=92))
tcp LISTEN 0 511 [::]:80 [::]:* users:(("nginx",pid=402,fd=13),("nginx",pid=401,fd=13))
tcp LISTEN 0 511 [::]:8080 [::]:* users:(("nginx",pid=402,fd=9),("nginx",pid=401,fd=9))
tcp LISTEN 0 4096 *:4369 *:* users:(("epmd",pid=114,fd=3),("systemd",pid=1,fd=38))
tcp LISTEN 0 4096 *:22 *:* users:(("systemd",pid=1,fd=40))
tcp LISTEN 0 244 [::1]:5432 [::]:* users:(("postgres",pid=472,fd=3))
tcp LISTEN 0 100 [::1]:25 [::]:* users:(("master",pid=527,fd=14))
tcp LISTEN 0 511 [::]:443 [::]:* users:(("nginx",pid=402,fd=10),("nginx",pid=401,fd=10))
Now when im trying to open it says http://my.site.net:8443/ it says it cannot be reached
but http://my.site.net:8000/ still works
I notice that after sudo systemctl restart libretime.target at one point in Settings > Streams, section Port (Required) field is 8443, but after site refresh it became 8000 again