[Icecast] Still Struggling with Secure Connections

webmaster at berean-biblechurch.org webmaster at berean-biblechurch.org
Tue Feb 7 00:38:56 UTC 2023


Remove the ":8443" and it works.

On 2023-02-05 21:34, Steve Matzura wrote:
> I made a special pair of keys just for Icecast with this command:
> 
> $ openssl req -newkey rsa:2048 -new -nodes -x509 -days 3650 -keyout
> key.pem -out cert.pem
> 
> I combined the two files like this:
> 
> $ cat cert.pem key.pem > icecast.pem
> 
> I placed icecast.pem in /etc/icecast2 and used 'chown icecast2:icecast
> icecast.pem' to change owner to icecast2:icecast.
> 
> I also changed its protection to 600 with 'chmod 600 icecast.pem'
> since it does contain a private key.
> 
> 
> The listen socket has SSL enabled:
> 
> 
> <ssl>1</ssl>
> 
> 
> I check <paths> in icecast.xml:
> 
> <ssl-certificate>/etc/icecast2/icecast.pem</ssl-certificate>
> 
> I reloaded the configuration:
> 
> $ /etc/init.d/icecast2 reload
> 
> Tested with:
> 
> https://theglobalvoice.info:8443/broadband
> 
> 
> Same PR_END_OF_FILE error.
> 
> 
> I'm stumped.
> _______________________________________________
> Icecast mailing list
> Icecast at xiph.org
> http://lists.xiph.org/mailman/listinfo/icecast



More information about the Icecast mailing list