The client is trying to validate the server certificate. "
ValidateServerCertificate" is set to
1 in the client driver. The client needs to read the root or Certified Authority (CA) certificate from the Truststore to validate the certificate provided by the Greenplum DB. The error indicates that the client cannot read the Truststore file.
Keystore is used to store private key and identity certificates that a specific program should present to both parties (server or client) for verification.
Truststore is used to store certificates from a Certified Authority (CA) that verify the certificate presented by the server in SSL connection.
See
https://www.educative.io/edpresso/keystore-vs-truststore for some further information on keystores and truststores.
There are a number of articles on the
progress website for this error.
The following articles can help resolve the issue: