Has anyone solved SSL (using https://) for icecast 2.4.3 running on windows
server 2008
I have followed as much of the documentation and posts but most refer to
installs for Linux distro's
I can listen to stream on http port 8000 and http port 443 but not
https port 443
See icecast.xml
<listen-socket>
<port>8000</port>
</listen-socket>
<listen-socket>
<port>443</port>
<ssl>1</ssl>
<bindaddress>127.0.0.1</bindaddress>
</listen-socket>
<fileserve>1</fileserve>
<paths>
<logdir>./logs</logdir>
<webroot>./web</webroot>
<adminroot>./admin</adminroot>
<ssl-certificate>/web/icecast.pem</ssl-certificate>
<alias source="/" dest="/status.xsl"/>
</paths>
Any suggestions would be appreciated.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://lists.xiph.org/pipermail/icecast/attachments/20180116/5a1b65f3/attachment.htm>