Hi, My question is specific to installing a version of Icecast2 with support for SSL. Of course I still need to configure the config file with the certificate later, but I’ve read that installing icecast from the xiph repositories at download.opensouse would get me a version with SSL support…doing ... sudo sh -c "echo deb http://download.opensuse.org/repositories/multimedia:/xiph/Debian_10/ ./ >>/etc/apt/sources.list.d/icecast.list" wget -qO - http://download.opensuse.org/repositories/multimedia:/xiph/Debian_10/Release.key | sudo apt-key add - I’ve also read a different thread that says I need to build it myself like below wget http://downloads.xiph.org/releases/icecast/icecast-2.4.4.tar.gz tar xvf icecast-2.4.4.tar.gz cd icecast-2.4.4 ./configure --prefix=/usr/serverok/icecast --with-curl --with-openssl If the first option is indeed possible I would prefer that. Can anyone confirm it is possible? Damian -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xiph.org/pipermail/icecast/attachments/20200711/b199ce98/attachment.html>
On Sat, Jul 11, 2020 at 08:09:23AM +1000, Damian wrote:> My question is specific to installing a version of Icecast2 with > support for SSL. Of course I still need to configure the config file > with the certificate later, but I’ve read that installing icecast > from the xiph repositories at download.opensouse would get me a > version with SSL support…doing ...The version in Debian "testing" currently supports SSL. Support came in with build 2.4.4-2 on 31 Oct 2019. There's a backport for "buster" (stable) at https://packages.debian.org/buster-backports/amd64/icecast2/download https://packages.debian.org/buster-backports/icecast2 -- Paul Martin <pm at nowster.me.uk>
Thanks for confirming that. So then is the information in the article below about SSL support being available in the stable versions offered by Xiph incorrect? https://mediarealm.com.au/articles/icecast-https-ssl-setup-lets-encrypt/> On 13 Jul 2020, at 20:55, Paul Martin <pm at nowster.me.uk> wrote: > > On Sat, Jul 11, 2020 at 08:09:23AM +1000, Damian wrote: >> My question is specific to installing a version of Icecast2 with >> support for SSL. Of course I still need to configure the config file >> with the certificate later, but I’ve read that installing icecast >> from the xiph repositories at download.opensouse would get me a >> version with SSL support…doing ... > > The version in Debian "testing" currently supports SSL. Support came > in with build 2.4.4-2 on 31 Oct 2019. > > There's a backport for "buster" (stable) at > > https://packages.debian.org/buster-backports/amd64/icecast2/download > https://packages.debian.org/buster-backports/icecast2 > > -- > Paul Martin <pm at nowster.me.uk> > _______________________________________________ > 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/20200714/1caddae8/attachment.html>