I have a problem to connect to Wowza Engine Manager over HTTPS under Debian. Everything seems to be configured properly. The Wowza Engine and Wowza Engine Manager services starts correctly and are active. However each time, when I’m typing the
Interestingly after activating the https connection, I’m not able to access the Engine Manager over HTTP. Is this a problem, which is connected with a developer license?
@Pawel Kubzdyl, I experienced kind of the same problem as you when activating SSL on the Admin interface.
I get this message “Wowza Streaming Engine 4 Subscription Edition 4.6.0 build19395” when trying to connect with https but can still access normally over HTTP.
@Wix IT unfortunately this problem still persist. I’m not able to access the Wowza Engine Manager over https. After following the configuration steps defined under:
I havent got this to work either, although i used letsencrypt on the wowza server. As soon as i try the enginemanager part, it totally ruines my server or it will show the same results as the users above here. So im also still seaking for a solution on that to let the enginemanager run on https
Yesterday I got a solution from the Wowza-Team: based on the server log files they found out, that the HTTPS port configuration in the VHost.xml under [wowza-install]/conf/VHost.xml was improperly set to 8090:
We suggest changing this to 443 or another unused port as the Wowza Streaming Engine Manager service will need port 8090 available to bind with.
Additionally it was necessary to reconfigure the startmgr.sh file by adding proper paths to jks file.
@Pawel have tried it in combination with LetsEncrypt, bu so far no luck on the backend. My ports are ok, but when i change my startmgr.sh the enginemanager wont start anymore. Will keep searching on this.
I’m attempting to use the Wowza Streaming Engine Manager web UI on a custom HTTPS / SSL port (preferred port: 8443).
I’ve followed the various instructions for editing “winstone.properties”, “startmgr.sh”, and “VHost.xml” (though I find having “VHost.xml” entry matching my web admin UI SSL port causes the browser to show a media streaming status rather than the web admin UI).
I want to maintain:
80 / 443 for media streaming
8443 for web admin (https/SSL)
Any thoughts, suggestions? I’m currently doing a revert back to “8090” for web admin UI via SSL to see if that works (am awaiting IT to open firewall ports for me)
Thank you! I realized that my missing piece was restarting the WowzaStreamingEngineManager. For some reason, I always think restarting WowzaStreamingEngine restarts both the services.