[Icecast] Help to enable SSL
subscription at nextdial.com.br
subscription at nextdial.com.br
Sun Aug 12 02:04:12 UTC 2018
Hello,
At a test VPS running Ubuntu 16.04 LTS I did this:
sudo apt-get update sudo add-apt-repository ppa:certbot/certbot sudo
apt-get install certbot sudo apt-get install icecast2 sudo certbot
certonly --standalone -d domain.com cat cert.pem privkey.pem | sudo tee
/etc/icecast2/icecast.pem sudo vi /etc/icecast2/icecast.xml
<listen-socket>
<port>8443</port>
<ssl>1</ssl>
</listen-socket>
<ssl-certificate>/etc/icecast2/icecast.pem</ssl-certificate> sudo chown
icecast2:icecast /etc/icecast2/icecast.pem sudo /etc/init.d/icecast2
restart
After that, I have this at the log:
[2018-08-12 01:47:07] INFO stats/_stats_thread stats thread started
[2018-08-12 01:47:07] INFO main/main Icecast 2.4.2 server started
[2018-08-12 01:47:07] INFO connection/get_ssl_certificate No SSL
capability
[2018-08-12 01:47:07] INFO yp/yp_update_thread YP update thread started
I tried restart the VPS and a lot of things (change the order of the pem
creation, etc), all with no success.
What I am doing wrong?
Best,
Thiago
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.xiph.org/pipermail/icecast/attachments/20180811/680c713f/attachment.htm>
More information about the Icecast
mailing list