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.