Enable TLS 1.2 alone in the EUM Agent

Enable TLS 1.2 alone in the EUM Agent

Follow the below steps to enable TLS1.2 alone (disable TLS 1 & 1.1)
  1. Open the file server.xml present under EUMAgent\conf\backup folder.
  2. Search for the term 'SSLEnabled="true" '.
  3. Add the parameter 'sslEnabledProtocols="TLSv1.2" ' to the end of that particular line.
  4. Attached a sample screenshot of how it should look after the above change.
  5. Save the server.xml file and restart the EUM Agent.
  6. The protocols other than TLS 1.2 will be disabled after this.


Note: In some EUM Agents, we might notice two occurrences of 'SSLEnabled="true" '. Updating the mentioned change in both places is recommended.

                  New to ADSelfService Plus?

                    • Related Articles

                    • Setup EUM Agent as Service in Ubuntu 16 and above

                      All the steps mentioned below should be performed with root user privilege. 1. Steps to register EUM Agent as of service on a Linux box Copy the attached EUMAgent.sh file to /etc/init.d/ directory. Rename the file as "EUMAgent" after moving Edit and ...
                    • EUM Agent Troubleshooting

                      1. EUM Agent not mapped to Applications Manager. What should I do? If EUM Agent is not mapped, troubleshoot the problem by following the steps given below: Access the EUM Agent settings page and verify whether the EUM Agent is up and running. Check ...
                    • Troubleshooting - SSL/TLS monitor

                      To troubleshoot SSL/TLS Monitor, follow the below steps: 1. Host Unavailable / Unable to connect the Host: Make sure the service you're trying to connect to is actually running on the designated host. Verify whether the port number is correct. Ensure ...
                    • Troubleshooting SSL Handshake Error

                      An SSL Handshake error typically occurs when a secure connection cannot be established due to issues like incompatible SSL protocol versions, ciphers or missing client certificates. Verify URL Accessibility Ensure that the URL you’re monitoring is ...
                    • How to upgrade End User Monitoring (EUM) Agent?

                      EUM Agent versions above 21.4 Follow the steps given in this help page to upgrade your EUM Agent to the latest version with the Update Manager. EUM Agent versions below 21.4 For EUM Agent versions below 21.4, users have to uninstall the existing ...