Centova Technologies Forum

Centova Cast v3 => Bugs and issues => Topic started by: topdance on May 30, 2018, 09:54:41 am

Title: ssl certificaat in https
Post by: topdance on May 30, 2018, 09:54:41 am
Hellow there

I'm a dutch guy and have a centos 7 server with a working centovacast.
shoutcast v1 & v2 and icecast is be installed but i have problem to make a icecast stream with working ssl

I don't understand everything about the steps on centovacast and follow a lot's of  topics but there is no simple step by step instruction how to setup from a icecast stream in a good working https icecast stream with safety "s"

i know you need a certificate and i know let's encrypt is free.... but i don't understand how to install this on the server? i have a webpage thats working good in https and my hoster installed a let's encrypt on th webserver.

is there somebody the let me know how to install from a working centovacast tot working icecast stream in https?
Title: Re: ssl certificaat in https
Post by: Dennis Fallon on May 30, 2018, 03:05:16 pm
You can find instructions here:
http://www.centova.com/en/faq/cast3/information/lets_encrypt
Title: Re: ssl certificaat in https
Post by: Roger on June 01, 2018, 07:32:24 pm
You can find instructions here:
http://www.centova.com/en/faq/cast3/information/lets_encrypt

This is not what the OP is asking, however, this would be a starting point for getting a certificate, which you can then use to secure Icecast streams.

The following thread, explains how to do the latter.

http://forums.centova.com/index.php?topic=3965.msg11764


Regards.
Title: Re: ssl certificaat in https
Post by: topdance on June 02, 2018, 09:52:41 am
You can find instructions here:
http://www.centova.com/en/faq/cast3/information/lets_encrypt

This is not what the OP is asking, however, this would be a starting point for getting a certificate, which you can then use to secure Icecast streams.

The following thread, explains how to do the latter.

http://forums.centova.com/index.php?topic=3965.msg11764


Regards.

and i see the step 2 i don't understand how to start with that.
here is my first problem.

"Get your certificate, format the certificate in PEM format, include the private key and entire trust chain.  Pay very close attention to how you create this file.  If you do not copy and paste things properly, you will have problems.  Instructions are here:  https://www.digicert.com/ssl-support/pem-ssl-creation.htm"

Where is my certificate???
than format the certificate in PEM ??? >> i'm not understanding this  :o

pleasse help to give me help instructions to get a full sll working icecast or shoutvast v2 stream in https.
my webpage is all ready with https and sll

note: i have a centos 7 server and not debian or ubuntu!
Title: Re: ssl certificaat in https
Post by: topdance on June 09, 2018, 02:54:44 pm
nobody?
Title: Re: ssl certificaat in https
Post by: SCIFI.radio on February 04, 2019, 08:13:27 pm
nobody?

You just concatenate the cert.pem and the private key into one file, cert first, and key last.
Title: Re: ssl certificaat in https
Post by: My Auto DJ on February 05, 2019, 04:57:01 am
Just wanted to share a small script I have that will convert a SHOUTcast/Icecast streams from HTTP to HTTPS,  download, unzip and upload the package to your website (website must already support SSL), edit index.php file change lines $server, $port and $mountpoint

So when you upload to your website the final URL would look something like
https://yoursite.com/SSL/.mp3

If you have multiple streams/mount points just duplicate the folder for each one

This only works for the stream! Changing the SHOUTcast/Icecast DNAS page to HTTPS is a little harder and would still cause problems if your player displays the currently playing track/artist since that would still be un-secure.


[Removed]
Title: Re: ssl certificaat in https
Post by: ExceLL on September 02, 2019, 06:20:01 am
Just wanted to share a small script I have that will convert a SHOUTcast/Icecast streams from HTTP to HTTPS,  download, unzip and upload the package to your website (website must already support SSL), edit index.php file change lines $server, $port and $mountpoint

So when you upload to your website the final URL would look something like
https://yoursite.com/SSL/.mp3

If you have multiple streams/mount points just duplicate the folder for each one

This only works for the stream! Changing the SHOUTcast/Icecast DNAS page to HTTPS is a little harder and would still cause problems if your player displays the currently playing track/artist since that would still be un-secure.


[Removed]

Hello, can you share again please? Aparently has ben removed :(