Workaround
This is required because TLS 1.3 is NOT supported by DLP SMTP Prevent Detection Server.
If you have completed these steps and have upgraded to a later version of OpenJRE, you do not need to complete them again.
Update the SymantecDLPManager.conf File
Complete the following steps to prompt OpenJRE 1.8.0_352 and later to use TLS 1.2:
- Locate SymantecDLPManager.conf on the Enforce Server server at the following location (based on your platform)
- Windows: \Program Files\Symantec\DataLossPrevention\EnforceServer\Services
- Linux: /opt/Symantec/DataLossPrevention/EnforceServer/Services
- Locate the line
wrapper.java.additional.202 = -Djava.security.properties=../config/java.security
- Add the following line below the line listed in step #2:
wrapper.java.additional.203 = -Djdk.tls.client.protocols="TLSv1.2"
Note: The number 203 is an example, and if already in use, enter any unused number of higher value.
- Save your changes.
- Restart the Enforce Server.
Update the SymantecDLPDetectionServer.conf File
Complete the following steps to prompt OpenJRE 1.8.0_352 to use TLS 1.2:
- Locate SymantecDLPDetectionServer.conf on the Network Prevent for Email server at the following location (based on your platform):
- Windows: \Program Files\Symantec\DataLossPrevention\DetectionServer\Services
- Linux: /opt/Symantec/DataLossPrevention/DetectionServer/Services
- Locate the line
wrapper.java.additional.202 = -Djava.security.properties=../config/java.security
- Add the following line below the line listed in step #2:
wrapper.java.additional.210 = -Djdk.tls.client.protocols="TLSv1.2"
Note: The number 210 is an example, and if already in use, enter any unused number of higher value.
- Save your changes.
- Restart the detection server.