When monitoring remote Sybase or SAP ASE databases in SSL mode, the Foglight Agent Manager (FglAM) must trust the database server's certificate. This requires importing the server certificate into the appropriate Java keystore used by the agent.
If the required certificate is not present in the keystore, the Sybase agent will fail to establish a secure connection, resulting in SSL handshake errors or login failures.
Use the keytool
utility to import the ASE/RS SSL certificate into the FglAM Java keystore (cacerts
):
../fms/jre/lib/security/cacerts
../fglam/jre/1.8.0.212/jre/lib/security/cacerts
../jre/bin/keytool -import -noprompt -rfc -alias aliasName -file /path/to/certificate -keystore ../lib/security/cacerts -storepass changeit
../jre/bin/keytool -list -v -keystore ../lib/security/cacerts -alias aliasName
Enable SSL (must enable SSL in FIPS Compliance mode)
to true
.Enable SSL for Replication Server
Enable SSL for RSSD
true
.After updating the agent properties, activate the agents to begin monitoring.
If you encounter the following error, restart the FglAM:
javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
If you see JZ00L: Login failed
and SSL is enabled on the monitored ASE or RS server, confirm that all certificate import steps have been completed.
When monitoring SAP servers in FIPS-compliant FMS:
cryptoj.jar
from SAPHome\jConnect-16_0\classes
fglamgents\DB_Sybase.9.7.10-xxxx\lib
© 2025 Quest Software Inc. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center