SSL handshaking

Hi Team,


I'm facing this issue and can anyone provide solutions to resolve this

Task execution failed. Exception: 2023-03-01 17:03:23,078 - ERROR - Job failed with status: FAILED 2023-03-01 17:03:23,078 - CRITICAL - java.lang.RuntimeException: Can't execute job FLOW-TO-STR-L-POD Caused by: org.springframework.web.client.ResourceAccessException: I/O error on POST request for "https://auth.anaplan.com/token/authenticate": PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target; nested exception is javax.net.ssl.SSLHandshakeException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target Caused by: javax.net.ssl.SSLHandshakeException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:131) Caused by: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target Caused by: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target

Answers

  • It's been two weeks since you posted this. Out of curiosity, were you able to find a solution?

    If not, it would be helpful if you could share more information about the structure of the call you are making. Also, have you tried making the same call in a tool like Postman to validate that it's working?