Wowza Community

SSL on HTTPPRovider end point

I created an HTTPProvider end point that outputs text data to as a web page. I am trying to access this page asynchronously from JavaScript and from a SSL secured domain. As a result, Chrome is throwing a Mixed Content error and won’t let me access it because the HTTPProvider is being delivered via standard HTTP.

How do I install SSL and run in on a VHost? I tried these instructions to no avail - https://www.wowza.com/docs/how-to-request-an-ssl-certificate-from-a-certificate-authority

Thanks.

Hi,

You can configure the HostPort that contains your HTTP Provider to use SSL within your /conf/VHost.xml file. Please see this recent forum post where a similar request was made.

Paul

Perfect. Thanks Paul.