Cannot conclude ssl handshake. Cause: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target.
Suddenly we are receiving this error in the MongoDB query component! How can we resolve this issue?
Hi Ganesh,
Sounds like it was working before, and now it's stopped working? Something must have changed, either in Matillion or on the MongoDB server?
Greg
We got advice from matillion support:
The error you are getting is an error that's associated with an invalid or self-signed certificate. we have two options here, either to ignore the use of SSL in the component or to bypass the invalid cert but continue to use SSL.
1st option in the connection option please set
useSSL=false
OR
Leave useSSL=true but set ssslservercert=*
But we didn't try this, As long we planning to move to the new instance. So we leave that have Issue instance.