<div dir="ltr"><div dir="ltr"><div>Hi</div><div><br></div><div>This is for Linux but you might be able to find something useful in there for your situation:<br></div><div></div><div><ul><li><a href="https://serverok.in/centovacast-enable-ssl-on-icecast">https://serverok.in/centovacast-enable-ssl-on-icecast</a></li></ul><div>If you are using Letsencrypt then this, IMHO, is a good way to make the icecast.pem file:<br><br><div style="margin-left:40px"><span style="font-family:monospace">cat privkey.pem fullchain.pem > icecast.pem</span><br></div><br>The above creates a useful SSL cert format which, for example, a range of devices are able to interpret.<br><br></div><div>Hope that helps</div><div><br></div><div>Chip Scooter<br></div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, 11 Jun 2020 at 12:18, Ervin Bizjak <<a href="mailto:ervin.bizjak@gmail.com">ervin.bizjak@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>Hello!</div><div>Sorry, but SSL in my windows where is installed icecast not work. <br></div><div>Create certificate (.crt) and convert to .pem with openssl x509 -in mycert.crt -out mycert.pem -outform PEM</div><div>certificate.pem copy to c:/icecast/cert/</div><div>Edit icecast.xml:</div><div><ssl-certificate>./cert/icecast.pem</ssl-certificate></div><div><listen-socket><br>        <port>8443</port><br>        <ssl>1</ssl></div><div></listen-socket></div><div><br></div><div>I don't know what can I do wrong<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">V V pet., 2. avg. 2019 ob 03:47 je oseba <<a href="mailto:webmaster@berean-biblechurch.org" target="_blank">webmaster@berean-biblechurch.org</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">On 2019-07-31 09:44, unosonic wrote:<br>
> Thomas B. Rücker:<br>
>> After all, Icecast is just another web server.<br>
>> <br>
>> Please note the absence of 8000 and 8443. Neither are officially<br>
>> specified for WWW type HTTP(S). They are commonly used as such, but 80<br>
>> and 443 are *much* better choices and should be preferred.<br>
> <br>
> makes sense, but if my webserver needs to serve http/s from the same <br>
> IP,<br>
> that would not work. Unless I want to use Icecast as a nginx or apache<br>
> replacement ;)<br>
<br>
Uno, could you create a sub-domain, like <a href="http://radio.yoursite.com" rel="noreferrer" target="_blank">radio.yoursite.com</a>, and have it <br>
point to the Icecast server?<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>
_______________________________________________<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></div>