<div dir="ltr">Philipp,<div><br></div><div>Thank you for your quick response.  I can't believe that I didn't think of that...I guess I just assumed that it would use SSL.  I'm using Liquidsoap as my source client.  Once you brought that up I started researching whether there was a way to force Liquidsoap to use SSL and from what I found it doesn't look like there is an option...but please correct me if you or anyone else who reads this knows differently.</div><div><br></div><div>After I had a good idea of what was happening I found this other thread <a href="http://lists.xiph.org/pipermail/icecast/2015-January/013118.html">http://lists.xiph.org/pipermail/icecast/2015-January/013118.html</a> that talks about exactly what I'm trying to do using Liquidsoap.  I followed it and I'm good now running on two ports...one SSL and one not from connecting to Liquidsoap.</div><div><br></div><div>Thanks again for your hint :) and please let me know if you've seen other ways to tackle this with Liquidsoap than what I setup.</div><div><br></div><div>Nathan </div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Apr 3, 2015 at 3:41 PM, Philipp Schafft <span dir="ltr"><<a href="mailto:lion@lion.leolix.org" target="_blank">lion@lion.leolix.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Good evening,<br>
<br>
On Fri, 2015-04-03 at 14:02 -0700, Nathan Miller wrote:<br>
> I'm running Icecast package 2.4.1 on Ubuntu 14.04<br>
> from ttp://<a href="http://download.opensuse.org/repositories/home:/dm8tbr/xUbuntu_14.04" target="_blank">download.opensuse.org/repositories/home:/dm8tbr/xUbuntu_14.04</a>.<br>
><br>
><br>
> I've been running on this server for about 6 months now without any<br>
> issue and all my streams run great.  This icecast server is running on<br>
> the same host that my wordpress site is running on.  This is all on my<br>
> own private server, not a hosting service.<br>
><br>
><br>
> Recently I decided to switch everything to SSL and all went well with<br>
> the exception of the icecast server.  The SSL portion of the icecast<br>
> server is actually working just fine and the SSL certificate is<br>
> loading on the admin page on all modern browsers without any issue or<br>
> error.  I can see the full admin page and navigate it without issue.<br>
> The problem is as soon as I add this line to the <paths> section, as<br>
> required to load the PEM certificate, my mountpoint streams stopped<br>
> loading:<br>
><br>
><br>
> <ssl-certificate>/usr/share/icecast2/ssl/mysslcertname.pem</ssl-certificate><br>
><br>
><br>
><br>
> Then my icecast error log fills with this whenever anyone attempts to<br>
> hit any of the stream mountpoints that failed to load:<br>
><br>
><br>
> [2015-04-02  18:17:59] INFO fserve/fserve_client_create checking for<br>
> file /stream1 (/usr/share/icecast2/web/stream1)<br>
> [2015-04-02  18:17:59] WARN fserve/fserve_client_create req for file<br>
> "/usr/share/icecast2/web/stream1" No such file or directory<br>
> [2015-04-03  01:52:43] INFO fserve/fserve_client_create checking for<br>
> file /stream2 (/usr/share/icecast2/web/stream2)<br>
> [2015-04-03  01:52:43] WARN fserve/fserve_client_create req for file<br>
> "/usr/share/icecast2/web/stream2" No such file or directory<br>
<br>
Those messages tell that there is no mount nor a file in web/. I suspect<br>
that the stream is not mounted (= the source is not connected).<br>
<br>
<br>
> There is nothing in the error logs after I've added this line to the<br>
> <paths> and restarted icecast so I'm not sure what is breaking but I'm<br>
> guessing from the errors whenever someone tries to hit the mountpoint<br>
> that the file that was supposed to be created never is.  Not sure why<br>
> adding to the path would cause this issue, but as soon as I remove it<br>
> all returns to a working order with stream mountpoints loading and<br>
> working perfectly...though now SSL is broken again :(<br>
<br>
Which source client do you use? If you switch the port to TLS that is<br>
used by the source client to connect you also need to set the source<br>
client to TLS mode.<br>
<br>
<br>
> Hopefully someone can provide some guidance here!  Thanks!<br>
<br>
Please come back with the answers. I'm sure this isn't impossible.<br>
<br>
Have a good night!<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Philipp.<br>
 (Rah of PH2)<br>
</font></span><br>_______________________________________________<br>
Icecast mailing list<br>
<a href="mailto:Icecast@xiph.org">Icecast@xiph.org</a><br>
<a href="http://lists.xiph.org/mailman/listinfo/icecast" target="_blank">http://lists.xiph.org/mailman/listinfo/icecast</a><br>
<br></blockquote></div><br></div>