Hello! Where do I find tutorial how to install and setup ssl and which certificate is for icecast? Thank you V V sre., 31. jul. 2019 ob 15:13 je oseba Per Gunnarsson < per.gunnarsson at yandex.com> napisala:> I have one listening socket for http and one separate for https. > > It looks like this: > > > <listen-socket> > <port>8000</port> > </listen-socket> > > > > <listen-socket> > <port>8443</port> > <ssl>1</ssl> > </listen-socket> > > I don't think it's possible to have both encrypted and unencrypted > traffic to the same port, but maybe somebody will correct me if that's > possible. > > Regards, > > Per Gunnarsson > On 2019-07-31 14:49, unosonic wrote: > > hello, > > > > > > I've icecast 2.4.4 /w SSL support, and when i enable SSL in the config > file: > > > > <ssl>1</ssl> > > and > > <ssl-certificate>my-all-inlusive.pem</ssl-certificate> > > > > I can connect via my-server:8000/my_stream > > but only via https, no longer http. Is there an option to have both? > > Also my source clients seems to be unableto connect anymore via http, > > but have to look deeper into it. > > > > Any hints welcome. Sorry if this as covered already. > > > > thx, uno > > _______________________________________________ > > Icecast mailing list > > Icecast at xiph.org > > lists.xiph.org/mailman/listinfo/icecast > > _______________________________________________ > Icecast mailing list > Icecast at xiph.org > lists.xiph.org/mailman/listinfo/icecast >-------------- next part -------------- An HTML attachment was scrubbed... URL: <lists.xiph.org/pipermail/icecast/attachments/20190731/e9b1bbd8/attachment.html>
Ervin Bizjak:> Hello! > > Where do I find tutorial how to install and setup ssl and which certificate > is for icecast?hi, don't know if there's info esp.on SSL, I've just compiled icecast 2.4.4 with SSL-support (well, actually it does that by default it seems, as long as libssl is installed on the system). The certificate is a "normal" server certificate in PEM format, but it must include the server key too (which is not so nice...) I'd recommed LetsEncrypt. --u
Thank you for reply. And in wich folder put tig PEM file V V sre., 31. jul. 2019 ob 16:04 je oseba unosonic <un at aporee.org> napisala:> Ervin Bizjak: > > Hello! > > > > Where do I find tutorial how to install and setup ssl and which > certificate > > is for icecast? > > > > hi, don't know if there's info esp.on SSL, > > I've just compiled icecast 2.4.4 with SSL-support (well, actually > it does that by default it seems, as long as libssl is installed on the > system). > > The certificate is a "normal" server certificate in PEM format, but it > must include the server key too (which is not so nice...) > I'd recommed LetsEncrypt. > > --u > > > _______________________________________________ > Icecast mailing list > Icecast at xiph.org > lists.xiph.org/mailman/listinfo/icecast >-------------- next part -------------- An HTML attachment was scrubbed... URL: <lists.xiph.org/pipermail/icecast/attachments/20190731/2b122644/attachment.html>