I’ve SSL configured and working for mpegdash streaming. When testing the SSL implementation using https://testssl.sh/ or https://www.ssllabs.com/ it is suggested to specify the cipher order on the server. In apache tomcat this can be done by setting SSLHonorCipherOrder to true.
For Wowza I would also like to specify this, however I don’t see a property for this in the SSLConfig section of VHost.xml.
There is no equivalent of “SSLHonorCipherOrder” with Wowza Streaming Engine.
You must manually configure your cipher suites in your VHost.xml file, but first you need to find what your cert supports. The article below will show you how to find those.