Views:

To set the web console to only support TLS 1.2:

  1. Log in as root.
  2. Stop the ServerProtect for Linux service.
    /etc/init.d/splx stop
  3. Set the following in config file:
    in /opt/TrendMicro/SProtectLinux/SPLX.httpd/conf/splxhttpd.conf: 
    SSLProtocol -ALL +TLSv1.2
  4. Start the ServerProtect for Linux service. 
    /etc/init.d/splx start

For more details about SSLProtocol Directive, please refer to the official document.