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 https://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
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 https://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 > http://lists.xiph.org/mailman/listinfo/icecast
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 https://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 > > http://lists.xiph.org/mailman/listinfo/icecast > > _______________________________________________ > Icecast mailing list > Icecast at xiph.org > http://lists.xiph.org/mailman/listinfo/icecast >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xiph.org/pipermail/icecast/attachments/20190731/e9b1bbd8/attachment.html>
thanks, that makes sense and works! btw: is port 8443 sort of standard, which clients do consider? bests, uno Per Gunnarsson:> 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 https://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 > > http://lists.xiph.org/mailman/listinfo/icecast > > _______________________________________________ > Icecast mailing list > Icecast at xiph.org > http://lists.xiph.org/mailman/listinfo/icecast