To set the web console to only support TLS 1.2:
- Log in as root.
- Stop the ServerProtect for Linux service.
/etc/init.d/splx stop
- Set the following in config file:
in /opt/TrendMicro/SProtectLinux/SPLX.httpd/conf/splxhttpd.conf: SSLProtocol -ALL +TLSv1.2
- Start the ServerProtect for Linux service.
/etc/init.d/splx start
For more details about SSLProtocol Directive, please refer to the official document.