in the logs we see:
com.vontu.util.config.ConfigurationException: Configuration parameter "keystore_password" not set.
DLP 25.1 and above
when building the authentication package the following switches were not used:
-keystore-password=<KEYSTORE_PASSWORD> -truststore-password=<TRUSTSTORE_PASSWORD>
Run the following command from an elevated prompt on the Enforce Server:
DiscoverClusterKeyTool.exe -generate-package-type=All -enforce-url=https://<ENFORCE_HOST>:8443 -enforce-username=<ADMIN_USER> -enforce-password=<ADMIN_PASSWORD> -keystore-password=<KEYSTORE_PASSWORD> -truststore-password=<TRUSTSTORE_PASSWORD> -output-dir=C:\ClusterPackages
Reinstall the RPMs or MSI and run the DetectionServerConfigurationUtility with the new auth package zip file.