Enable TLS 1.2 alone in the EUM Agent
Follow the below steps to enable TLS1.2 alone (disable TLS 1 & 1.1)
- Open the file server.xml present under EUMAgent\conf\backup folder.
- Search for the term 'SSLEnabled="true" '.
- Add the parameter 'sslEnabledProtocols="TLSv1.2" ' to the end of that particular line.
- Attached a sample screenshot of how it should look after the above change.
- Save the server.xml file and restart the EUM Agent.
- 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 ...
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 ...
Agent Communication Fails with WinHTTP Error 12030
Overview This article explains how to troubleshoot WinHTTP Error 12030, which may occur when the Applications Manager Agent is unable to establish a secure HTTPS connection with the Applications Manager server. In most cases, this issue is caused by ...