1. Enable SSH session.
It can be enabled from the GUI in the tab: SYSTEM –> Service Tasks –> Enable SSH –> Execute
2. Connect via SSH with the user: service
3. Verify the current security configuration by running the command:
uemcli -u admin -password <Your Password> /sys/security show
4. Run the following command to set TLS to 1.2
uemcli -u admin -password <Your Password> /sys/security set -tlsMode TLSv1.2
5. Verify if the change was successful by rerunning the command in point 3
6. Disable the SSH connection from the GUI interface