I am using graalvm in my application version 20 which uses java 11. And I get this below exception often but not always:
sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
I even tried to add the certificate in cacert as per this post:
But unfortunately it did not work.
At the same time when I use postman for any request, I get SSL handshake error.
This happened approximately 2.45PM IST and even now (4.45PM IST) its still not working through my java application nor through Postman.
I would like to know why this is happening and how to avoid this in future.
Hoping for a prompt response.