Can someone please, *please* explain to me how I can install the latest Icecast server with SSL enabled? I've tried several methods I found when searching but nothing works. OS: Raspberry PI OS LITE (32-bit) Thanks in advance! Regards.. Daniel -- *Bananradion* - svängig musik non-stop -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xiph.org/pipermail/icecast/attachments/20201017/a86d6260/attachment.html>
Try this: - https://serverok.in/centovacast-enable-ssl-on-icecast If you are using Letsencrypt then this, IMHO, is a good way to make the icecast.pem file: cat privkey.pem fullchain.pem > icecast.pem The above creates a useful SSL cert format which, for example, a range of devices are able to interpret. Hope that helps Chip Scooter On Sat, 17 Oct 2020 at 09:41, Bananradion <bananradion at gmail.com> wrote:> Can someone please, *please* explain to me how I can install the latest > Icecast server with SSL enabled? > I've tried several methods I found when searching but nothing works. > > OS: Raspberry PI OS LITE (32-bit) > > Thanks in advance! > > > Regards.. > Daniel > > -- > *Bananradion* - svängig musik non-stop > _______________________________________________ > 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/20201017/d1ab0cf0/attachment.html>
Thanks for the fast reply, but that didn't help either. What is supposed to happened after "make install" I see: Making install in examples make[1]: Entering directory '/usr/local/src/icecast-2.4.4/examples' make[2]: Entering directory '/usr/local/src/icecast-2.4.4/examples' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/usr/local/src/icecast-2.4.4/examples' make[1]: Leaving directory '/usr/local/src/icecast-2.4.4/examples' make[1]: Entering directory '/usr/local/src/icecast-2.4.4' make[2]: Entering directory '/usr/local/src/icecast-2.4.4' make[2]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/usr/serverok/icecast/share/doc/icecast' /usr/bin/install -c -m 644 README AUTHORS COPYING NEWS TODO ChangeLog '/usr/serverok/icecast/share/doc/icecast' make[2]: Leaving directory '/usr/local/src/icecast-2.4.4' make[1]: Leaving directory '/usr/local/src/icecast-2.4.4' But then what? Icecast isn't installed. Den lör 17 okt. 2020 kl 11:51 skrev Chip <chiapas at aktivix.org>:> Try this: > > - https://serverok.in/centovacast-enable-ssl-on-icecast > > If you are using Letsencrypt then this, IMHO, is a good way to make the > icecast.pem file: > > cat privkey.pem fullchain.pem > icecast.pem > > The above creates a useful SSL cert format which, for example, a range of > devices are able to interpret. > > Hope that helps > > Chip Scooter > > On Sat, 17 Oct 2020 at 09:41, Bananradion <bananradion at gmail.com> wrote: > >> Can someone please, *please* explain to me how I can install the latest >> Icecast server with SSL enabled? >> I've tried several methods I found when searching but nothing works. >> >> OS: Raspberry PI OS LITE (32-bit) >> >> Thanks in advance! >> >> >> Regards.. >> Daniel >> >> -- >> *Bananradion* - svängig musik non-stop >> _______________________________________________ >> 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 >-- *Bananradion* - svängig musik non-stop Besök gärna våra andra webbplatser! Bananklubben.se <https://bananklubben.se> - Sveriges bästa klubb för människor som gillar att bjuda på sig själva Peelthepower.se <https://peelthepower.se> - Ett välgörenhetsevent -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xiph.org/pipermail/icecast/attachments/20201017/0a3662d3/attachment.html>
Marvin Scholz
2020-Oct-17 11:53 UTC
[Icecast] Install Icecast server with SSL - please help
On 17 Oct 2020, at 11:19, Chip wrote:> Try this: > > - https://serverok.in/centovacast-enable-ssl-on-icecast >Thats a very misleading guide as it seem to be written for Centovacast users… It does not describe the proper way to build and install from source (which in general should be avoided anyway, unless there are really no packages, but possibly there aren't for the Pi).> If you are using Letsencrypt then this, IMHO, is a good way to make the > icecast.pem file: > > cat privkey.pem fullchain.pem > icecast.pem > > The above creates a useful SSL cert format which, for example, a range of > devices are able to interpret. > > Hope that helps > > Chip Scooter > > On Sat, 17 Oct 2020 at 09:41, Bananradion <bananradion at gmail.com> wrote: > >> Can someone please, *please* explain to me how I can install the latest >> Icecast server with SSL enabled? >> I've tried several methods I found when searching but nothing works. >> >> OS: Raspberry PI OS LITE (32-bit) >> >> Thanks in advance! >> >> >> Regards.. >> Daniel >> >> -- >> *Bananradion* - svängig musik non-stop >> _______________________________________________ >> 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
Steve Matzura
2020-Oct-17 13:28 UTC
[Icecast] Install Icecast server with SSL - please help
Where does the value for ssl-allowed-ciphers come from? On 10/17/2020 5:19 AM, Chip wrote:> Try this: > > * https://serverok.in/centovacast-enable-ssl-on-icecast > > If you are using Letsencrypt then this, IMHO, is a good way to make > the icecast.pem file: > > cat privkey.pem fullchain.pem > icecast.pem > > The above creates a useful SSL cert format which, for example, a range > of devices are able to interpret. > > Hope that helps > > Chip Scooter > > On Sat, 17 Oct 2020 at 09:41, Bananradion <bananradion at gmail.com > <mailto:bananradion at gmail.com>> wrote: > > Can someone please, *please* explain to me how I can install the > latest Icecast server with SSL enabled? > I've tried several methods I found when searching but nothing works. > > OS: Raspberry PI OS LITE (32-bit) > > Thanks in advance! > > > Regards.. > Daniel > >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xiph.org/pipermail/icecast/attachments/20201017/b82d1461/attachment.html>