<div dir="ltr"><div class="gmail_default" style="font-size:large">I don't need SSL in localhost. Icecast runs on my computer, without a website or domain. The stream is accessible to the public via IP address.<br><br>Why SSL? Because Chrome no longer supports http connections.<br><br>I don't mean two different radios, but one, which is now accessible on 8080, and from now on it would only be on 8443.</div><div class="gmail_default" style="font-size:large"><br></div><div class="gmail_default" style="font-size:large">
<span class="gmail-HwtZe" lang="en"><span class="gmail-jCAhz gmail-ChMk0b"><span class="gmail-ryNqvb">Is there perhaps another solution?</span></span></span></div><div class="gmail_default" style="font-size:large"><span class="gmail-HwtZe" lang="en"><span class="gmail-jCAhz gmail-ChMk0b"><span class="gmail-ryNqvb"><br></span></span></span></div><div class="gmail_default" style="font-size:large"><span class="gmail-HwtZe" lang="en"><span class="gmail-jCAhz gmail-ChMk0b"><span class="gmail-ryNqvb">Ervin<br></span></span></span>

</div></div><br><div class="gmail_quote gmail_quote_container"><div dir="ltr" class="gmail_attr">V V ned., 12. jan. 2025 ob 20:18 je oseba Thomas Schmidt <<a href="mailto:schmidt@netaction.de">schmidt@netaction.de</a>> napisala:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi Ervin!<br>
<br>
> The problem is that it shows the same number of listeners on both connections.<br>
<br>
> My configuration is:<br>
>    <!-- 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><br>
<br>
This configuration simply opens two ports for the exact same server.<br>
If you need independent radio stations and listeners on both ports,<br>
you have to start Icecast twice.<br>
<br>
Why do you need SSL on a local Icecast? Keep in mind the SSL<br>
implementation of Icecast is very buggy. For example, some connections<br>
never close, keeping them locked forever.<br>
<a href="https://gitlab.xiph.org/xiph/icecast-server/-/issues/2445" rel="noreferrer" target="_blank">https://gitlab.xiph.org/xiph/icecast-server/-/issues/2445</a><br>
You should use Icecast without SSL and usually for security reasons<br>
only on machines like localhost.<br>
<br>
Thomas<br>
_______________________________________________<br>
Icecast mailing list<br>
<a href="mailto:Icecast@xiph.org" target="_blank">Icecast@xiph.org</a><br>
<a href="http://lists.xiph.org/mailman/listinfo/icecast" rel="noreferrer" target="_blank">http://lists.xiph.org/mailman/listinfo/icecast</a><br>
</blockquote></div>