Error: PKIX path building failed

Hi Community,

I am getting the following error while trying to read from PDF file.

Reason:
org.codehaus.groovy.runtime.InvokerInvocationException: 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

I have gone through the solutions available in Stackoverflow. By looking at the solution, it looked like the certificates were not installed. But I have checked and it is installed and still showing this error message. Can anyone please help me on this.

@suvankar.chandra

you have to install the certificate to the katalon jre.

if you added the certificate to java inside C:\Programing files\Java\jdk or jre it won’t reflect in katalon studio

you have to add the certificate to the katalon installation location which is under the following path

C:\Users\your user name.katalon\packages\Katalon_Studio_Windows_64-8.6.6\Katalon_Studio_Windows_64-8.6.6\jre\lib\security

please refer to my workaround here