04-05-2021 08:26 AM
I am have a snap that makes a POST API call to get token an a 2nd snap that uses the token to make another api call to get data. When I execute the pipeline there are no visible errors untill I look at the Pipeline statistics where an error is displayed as follows:com.snaplogic.snap.api.SnapDataException: Failed to execute HTTP request. Reason: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to
find valid certification path to requested target
Resolution: Please check the Snap properties.
Solved! Go to Solution.
04-21-2021 11:28 AM
My problem was solved by selecting the “Trust all certificates” checkbox
04-07-2021 01:21 PM
The customer API endpoint may be behind a self-signed certificate. The REST Snap Pack supports providing a Trust Store where the self-signed cert can be trusted; in this case, the cloudplex doesn’t need to be updated. You should create a Support ticket to resolve this.
04-08-2021 11:13 AM
What is strange is that I can connect and retrieve data making the call using postman
04-08-2021 11:40 AM
I’m not that familiar with Postman. Is SSL Certificate Verification enabled?
04-08-2021 11:49 AM
Any HTTP header key-value pairs not defined in the REST Post that should be?
04-16-2021 07:42 AM
@dmiller No all header key-value pairs are defined. We have other pipelines set up the same way that is succeeding. The difference between them and this one is the base url. I am able to access the endpoint using other API Testing tools.