Vulnerabilty scanners will report on lower versions of TLS for example (TLS1.2 or below)
DLP 16.1 and above.
lower versions of TLS can cause vulnerability scanners to trigger on TLS 1.2 or below when in use
To remediate the TLS vulnerability on your Data Loss Prevention (DLP) 25.1 Enforce server, you must update the server.xml file to explicitly enforce the desired TLS protocols.
In DLP versions 16.1 and later (including 25.1), the Enforce server uses Tomcat 9, which handles SSL configuration within the SSLHostConfig element.
Locate the File: Navigate to the server.xml file on the Enforce Server. In version 25.1, the path is: %Program Files%\Symantec\
Edit the Connector: Open server.xml in a text editor and locate the <Connector> section for the SSL port (typically 8443 or 443).
Update Protocols: Modify the protocols attribute within the SSLHostConfig section.
To enforce only TLS 1.3 , set the value to: protocols="TLSv1.
Alternatively, to strictly allow only TLS 1.3, use: protocols="TLSv1.3" Disable all other TLS/SSL protocols
Save and Restart: Save the file and restart the Symantec DLP Manager Service for the changes to take effect