Hello,
I’ve configured the Manager port to use TLS as described here: https://www.wowza.com/docs/how-to-connect-to-wowza-streaming-engine-manager-over-https
However, it accepts TLS v1.0 connections, which is an insecure and deprecated protocol. I would like to disable this and only allow TLSv1.1 and TLSv1.2. Most of the stuff I’ve found online talk about setting “sslProtocolsEnabled” in the tomcat Connector config, but the Engine Manager doesn’t seem to have one. The only place I can find to add settings is tomcat.properties.
Does anyone know the answer?
Thanks