Hi
I setuped trial licence on wowza media server and now want to access enginemanager via ssl.
Right now I’m accessing it via http://1.2.3.4:8088/enginemanager
I obtained both streamlock ssl cert and LE ssl certs(which I combined in jks) and tested them both with streaming - they both work.
Then I, as described in guide changed file:
root@wowza-engine-stg-1:/usr/local/WowzaStreamingEngine# cat manager/conf/tomcat.properties
httpsPort=8090
httpsKeyStore=/usr/local/WowzaStreamingEngine/conf/62ce7430912d1.streamlock.net.jks
httpsKeyStorePassword=secret
httpsKeyAlias=AdminHttpsCert
And then I restarted both WowzaStreamingEngine and WowzaStreamingEngineManager
But nothing started to listen on 8090.
I digged up a bit and created virtual host here:
After restart it started listening on 8090 port, but it returns 404:
root@home:~$ curl -I https:// 62ce7430912d1. streamlock. net :8090/enginemanager/
HTTP/1.1 404 Not Found
I tested with LE cert and got the same results. So, what am I doing wrong…
Thanks in advance!