Moro, On 5/14/19 4:36 PM, Oskar Vilkevuori wrote:> Hi there, > > Any idea?Please use these packages https://wiki.xiph.org/Icecast_Server/Installing_latest_version_(official_Xiph_repositories) or rebuild the Debian package but with the openssl -dev package present on your machine.> > I found > from https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=744815 that > there is a license problem and therefor Icecast no longer support SSL > on Debian. Please help me. Is this the situation? I’m happy with other > linux distribution if there is a working package for it with SSL Support.Yes, Debian have their own interpretation of GPL vs. the openssl licence. They will never carry icecast built against openssl, maybe if we get around to a gnutls backend or such, sigh... Cheers, TBR>> On 14 May 2019, at 8.45, Oskar Vilkevuori <oskar.vilkevuori at ovt.fi >> <mailto:oskar.vilkevuori at ovt.fi>> wrote: >> >> Hi there, >> >> Is there something I’m missing here… >> >> INFO connection/get_ssl_certificate No SSL capability >> >> Does this indicate that I have a package not supporting SSL or have I >> misconfigured something somewhere? >> >> Two Listening sockets 8000 and 8001 (tried also 8002 & 8443) SSL enabled. >> >> Certificate (public and private part together in one file) .pem. read >> access for user, group and other too… >> >> Fresh Debian install 9.9.0 and working without SSL just OK. >> >> Moimoi, >> >> Oskar >> >> ---------------------------------------------------------------------- >> >> Oskar Vilkevuori >> GSM +358 400 280500 >> oskar.vilkevuori at ovt.fi <mailto:oskar.vilkevuori at ovt.fi> >> >> _______________________________________________ >> 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
Terve, I used You guidance and yes… version 2.4.4 Now I have one new line on error.log WARN connection/get_ssl_certificate Invalid cert file /usr/share/icecast2/icecast.pem It might be that Michel van Dop was right… This is how I generated the cert: openssl req -new -newkey rsa:2048 -days 365 -nodes -x509 -keyout icecast2.pem -out icecast2.pem Have I done something wrong? There is still this: INFO connection/get_ssl_certificate No SSL capability on any configured ports But it is there since icecast failed loading the cert... Moimoi, Oskar ---------------------------------------------------------------------- Oskar Vilkevuori GSM +358 400 280500 oskar.vilkevuori at ovt.fi> On 15 May 2019, at 8.13, Thomas B. Rücker <thomas at ruecker.fi> wrote: > > Moro, > > > On 5/14/19 4:36 PM, Oskar Vilkevuori wrote: >> Hi there, >> >> Any idea? > > > Please use these packages > > https://wiki.xiph.org/Icecast_Server/Installing_latest_version_(official_Xiph_repositories) > > or rebuild the Debian package but with the openssl -dev package present > on your machine. > > > >> >> I found >> from https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=744815 that >> there is a license problem and therefor Icecast no longer support SSL >> on Debian. Please help me. Is this the situation? I’m happy with other >> linux distribution if there is a working package for it with SSL Support. > > > Yes, Debian have their own interpretation of GPL vs. the openssl > licence. They will never carry icecast built against openssl, maybe if > we get around to a gnutls backend or such, sigh... > > > Cheers, > > > TBR > > > >>> On 14 May 2019, at 8.45, Oskar Vilkevuori <oskar.vilkevuori at ovt.fi >>> <mailto:oskar.vilkevuori at ovt.fi>> wrote: >>> >>> Hi there, >>> >>> Is there something I’m missing here… >>> >>> INFO connection/get_ssl_certificate No SSL capability >>> >>> Does this indicate that I have a package not supporting SSL or have I >>> misconfigured something somewhere? >>> >>> Two Listening sockets 8000 and 8001 (tried also 8002 & 8443) SSL enabled. >>> >>> Certificate (public and private part together in one file) .pem. read >>> access for user, group and other too… >>> >>> Fresh Debian install 9.9.0 and working without SSL just OK. >>> >>> Moimoi, >>> >>> Oskar >>> >>> ---------------------------------------------------------------------- >>> >>> Oskar Vilkevuori >>> GSM +358 400 280500 >>> oskar.vilkevuori at ovt.fi <mailto:oskar.vilkevuori at ovt.fi> >>> >>> _______________________________________________ >>> 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 > _______________________________________________ > 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/20190515/db0da998/attachment.html>
Hi there, Many thanks for Your help and understanding. I got it working! Moimoi, Oskar ---------------------------------------------------------------------- Oskar Vilkevuori GSM +358 400 280500 oskar.vilkevuori at ovt.fi> On 15 May 2019, at 10.40, Oskar Vilkevuori <oskar.vilkevuori at ovt.fi> wrote: > > Terve, > > I used You guidance and yes… version 2.4.4 > > Now I have one new line on error.log > > WARN connection/get_ssl_certificate Invalid cert file /usr/share/icecast2/icecast.pem > > It might be that Michel van Dop was right… > > This is how I generated the cert: > > openssl req -new -newkey rsa:2048 -days 365 -nodes -x509 -keyout icecast2.pem -out icecast2.pem > > Have I done something wrong? > > There is still this: > > INFO connection/get_ssl_certificate No SSL capability on any configured ports > > But it is there since icecast failed loading the cert... > > Moimoi, > > Oskar > > ---------------------------------------------------------------------- > > Oskar Vilkevuori > GSM +358 400 280500 > oskar.vilkevuori at ovt.fi <mailto:oskar.vilkevuori at ovt.fi> > >> On 15 May 2019, at 8.13, Thomas B. Rücker <thomas at ruecker.fi <mailto:thomas at ruecker.fi>> wrote: >> >> Moro, >> >> >> On 5/14/19 4:36 PM, Oskar Vilkevuori wrote: >>> Hi there, >>> >>> Any idea? >> >> >> Please use these packages >> >> https://wiki.xiph.org/Icecast_Server/Installing_latest_version_(official_Xiph_repositories) <https://wiki.xiph.org/Icecast_Server/Installing_latest_version_(official_Xiph_repositories)> >> >> or rebuild the Debian package but with the openssl -dev package present >> on your machine. >> >> >> >>> >>> I found >>> from https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=744815 <https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=744815> that >>> there is a license problem and therefor Icecast no longer support SSL >>> on Debian. Please help me. Is this the situation? I’m happy with other >>> linux distribution if there is a working package for it with SSL Support. >> >> >> Yes, Debian have their own interpretation of GPL vs. the openssl >> licence. They will never carry icecast built against openssl, maybe if >> we get around to a gnutls backend or such, sigh... >> >> >> Cheers, >> >> >> TBR >> >> >> >>>> On 14 May 2019, at 8.45, Oskar Vilkevuori <oskar.vilkevuori at ovt.fi <mailto:oskar.vilkevuori at ovt.fi> >>>> <mailto:oskar.vilkevuori at ovt.fi <mailto:oskar.vilkevuori at ovt.fi>>> wrote: >>>> >>>> Hi there, >>>> >>>> Is there something I’m missing here… >>>> >>>> INFO connection/get_ssl_certificate No SSL capability >>>> >>>> Does this indicate that I have a package not supporting SSL or have I >>>> misconfigured something somewhere? >>>> >>>> Two Listening sockets 8000 and 8001 (tried also 8002 & 8443) SSL enabled. >>>> >>>> Certificate (public and private part together in one file) .pem. read >>>> access for user, group and other too… >>>> >>>> Fresh Debian install 9.9.0 and working without SSL just OK. >>>> >>>> Moimoi, >>>> >>>> Oskar >>>> >>>> ---------------------------------------------------------------------- >>>> >>>> Oskar Vilkevuori >>>> GSM +358 400 280500 >>>> oskar.vilkevuori at ovt.fi <mailto:oskar.vilkevuori at ovt.fi> <mailto:oskar.vilkevuori at ovt.fi <mailto:oskar.vilkevuori at ovt.fi>> >>>> >>>> _______________________________________________ >>>> Icecast mailing list >>>> Icecast at xiph.org <mailto:Icecast at xiph.org> >>>> http://lists.xiph.org/mailman/listinfo/icecast >>> >>> >>> _______________________________________________ >>> Icecast mailing list >>> Icecast at xiph.org <mailto:Icecast at xiph.org> >>> http://lists.xiph.org/mailman/listinfo/icecast >> _______________________________________________ >> Icecast mailing list >> Icecast at xiph.org <mailto: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/20190515/c7e9001b/attachment.html>