[Icecast] SSL-Question

Paul Martin pm at nowster.me.uk
Fri Jun 26 12:45:06 UTC 2020


On Wed, Jun 24, 2020 at 01:01:38PM +0200, Ervin Bizjak wrote:
> Hello!
> I edit .pem file and now is the same as you specifie, but not work.
> 
> Error.log display:
> [2020-06-24  12:54:54] INFO main/main.c Icecast 2.4.4 server started
> [2020-06-24  12:54:54] DBUG yp/yp.c Updating YP configuration
> [2020-06-24  12:54:54] INFO yp/yp.c YP update thread started
> [2020-06-24  12:54:55] INFO connection/connection.c SSL certificate found
> at icecast.pem
> [2020-06-24  12:54:55] INFO connection/connection.c SSL using ciphers
> ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:DHE-DSS-AES128-GCM-SHA256:kEDH+AESGCM:ECDHE-RSA-AES128-SHA256:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA:ECDHE-ECDSA-AES128
> *(this chiphers is still going on, I just shortened it in this email)*

That's fixed your certificate file.

The ciphers line is long.

And you have SSL.

You probably want to enable SSL on a port now:

    <listen-socket>
        <port>8000</port>
        <bind-address>::</bind-address>
    </listen-socket>

    <listen-socket>
        <port>8443</port>
        <bind-address>::</bind-address>
        <ssl>1</ssl>
    </listen-socket>


-- 
Paul Martin <pm at nowster.me.uk>



More information about the Icecast mailing list