If you have already installed or upgraded to ePO 5.10 and you need to enable TLS 1.0:
CAUTION: McAfee strongly discourages enabling TLS 1.0 in ePO 5.10, because doing so reduces the security posture of your ePO server. These instructions are intended for use only as a
last resort, and only temporarily until other servers in the environment are upgraded to a version that can consume a TLS 1.1 or 1.2 connection.
- Open the Windows registry.
- Navigate to: HKLM\SOFTWARE\Wow6432Node\Apache Software Foundation\Procrun 2.0\MCAFEETOMCATSRVXXX\Parameters\Java
- Edit the REG_MULTI_SZ key named Options.
- Add this value in a new line in the Options key:
-Djavax.jdk.tls.client.protocols="TLSv1, TLSv1.1, TLSv1.2"
- Restart the ePO services.
To reverse the changes, repeat the previous steps, and remove the line you added in step 4.