<div dir="ltr"><div class="gmail_default" style="font-size:large">My radio is running on port 8080, but now I would like to move it to port 8443 (<b>removed 8080</b>), and add SSL.<br>I am using Icecast 2.4.4., windows 10 and Edcast Standalone plugin.<br><br>Edcast Standalone connects without problems if I set it to port 8080.<br>It works <a href="http://ip:8080/stream.mp3">http://ip:8080/stream.mp3</a> and <a href="https://ip:8443/stream.mp3">https://ip:8443/stream.mp3</a><br>The problem is that it shows the same number of listeners on both connections.<br><br>If I change to port 8443, Edcast Standalone does not connect to Icecast.<br><br><b>My configuration is:</b></div><div class="gmail_default" style="font-size:large">   <!-- You may have multiple <listener> elements --><br>    <listen-socket><br>        <port>8080</port><br>        <!-- <bind-address>127.0.0.1</bind-address> --><br>        <!-- <shoutcast-mount>/stream</shoutcast-mount> --><br>    </listen-socket><br><br>    <listen-socket><br>        <port>8443</port><br>        <ssl>1</ssl><br>    </listen-socket></div><div class="gmail_default" style="font-size:large"><br></div><div class="gmail_default" style="font-size:large">    <ssl-certificate>icecast.pem</ssl-certificate></div><div class="gmail_default" style="font-size:large"><br><b>Here is the errorLog:</b></div><div class="gmail_default" style="font-size:large">[2025-01-12  09:04:21] INFO main/main.c Icecast 2.4.4 server started<br>[2025-01-12  09:04:21] DBUG yp/yp.c Updating YP configuration<br>[2025-01-12  09:04:21] INFO yp/yp.c YP update thread started<br>[2025-01-12  09:04:21] INFO connection/connection.c SSL certificate found at icecast.pem<br>[2025-01-12  09:04:21] 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:kE ..............<br>[2025-01-12  09:04:22] DBUG slave/slave.c checking master stream list<br>[2025-01-12  09:05:01] DBUG client/client.c reading from connection has failed</div><div class="gmail_default" style="font-size:large"><br></div><div class="gmail_default" style="font-size:large">Does anyone have any advice?<br><br>Thanks for the help!</div></div>