<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /></head><body style='font-size: 10pt; font-family: Verdana,Geneva,sans-serif'>
<p>I'm running a TLS secured Icecast 2.4.4 on Windows server. It streams across the Internet fine.</p>
<p>My config XML has:</p>
<p><hostname>stream.myserver.org</hostname></p>
<p> <listen-socket><br /> <port>443</port><br /> <bind-address>192.168.1.35</bind-address><br /> <ssl>1</ssl><br /> </listen-socket><br /> <listen-socket><br /> <port>8000</port><br /> <bind-address>127.0.0.1</bind-address><br /> </listen-socket></p>
<p>But, on the admin page, the listen URL is missing the HTTPS. The server URL is correct.</p>
<p>listenurl<br />http://stream.myserver.org:443/live.mp3<br />server_url<br />https://stream.myserver.org/live.mp3</p>
<p>How can I correct this?</p>
<p>Also, the documentation (https://icecast.org/docs/icecast-trunk/config_file/) says the tag for a TLS connection is <tls>, but I could never get that to work. I could get only the tag <ssl> to work.</p>
<p>Thanks,</p>
<p>Justin</p>
</body></html>