Web Services Lookup step - Unable to find valid certification path to requested target

Hi!

I am getting the following error while using the Web Services Lookup step.

PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target

[https://support.automationedge.com/galleryDocuments/edbsnd26b8346a8ff2e1de816de891613adad33b5c3822de23860ee2bed2d7a70bc5169963f0940a520fcd2ffb516298e0915c204ea5a651fd2fd168c7cf6f12a3223?inline=true]

Hi!

Please follow the steps below,

  • Get the SSL certificate from your IT team
  • To import this certificate on JAVA, please follow the below steps
  • Open the CMD and go to you JDK/bin path, like C:\Program Files\Java\jdk1.8.0_91\bin
  • Type the below command, you need to replace the highlighted part in the below command with your values.

**keytool -importcert -file "****D:\SSL-Certificate**filename.cer" -alias randomaliasname -keystore JAVA_HOME/jre/lib/security/cacerts -storepass changeit

  • Now apply the same certificate on JRE folder as well

keytool -importcert -file **"****D:\SSL-Certificate**filename.cer" -alias randomaliasname -keystore JRE_HOME/lib/security/cacerts -storepass changeit