Request for Assistance - SunCertPathBuilderException Error | Community
Skip to main content
New Participant
October 26, 2023
Solved

Request for Assistance - SunCertPathBuilderException Error

  • October 26, 2023
  • 1 reply
  • 1142 views

Description: I am encountering a "SunCertPathBuilderException" error while working with a Marketo integration. This error is related to the validation of SSL/TLS certificates. I am seeking assistance from the Marketo community to resolve this issue.

Issue Details:

  • Error Message: SunCertPathBuilderException -- unable to find a valid certification path to the requested target.
  • Integration Details: I am using a Marketo integration to connect to a remote server, and I believe the issue is related to the CA Bundle and certificate validation.
  • Environment: I am running the integration on an AWS EC2 instance.

Steps Taken:

  • I have verified the CA Bundle and ensured it contains the necessary root certificates.
  • I have updated the CA certificates bundle on the EC2 instance (Amazon Linux).

Request for Assistance: I kindly request assistance from the Marketo community in resolving this issue. Specifically, I would appreciate guidance on how to configure the system truststore on an AWS EC2 instance to resolve the "SunCertPathBuilderException" error.

 

Screenshots or Logs : 

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by PrasadShetty

Thank you for your response. We are glad to inform you that we have resolved the issue with the Self-Service Flow Step.

 

The issue was caused by our service's SSL certificate chain not being known to Marketo API clients. To resolve the issue, we exposed our CA bundle to the endpoint and used it in openAPI.json.

1 reply

SanfordWhiteman
New Participant
October 26, 2023

You haven’t specified — the more detail, the better! — but I assume you’re using Call Webhook? Or is it a Self-Service Flow Step?

 

Either way, you need to find some way of a test URL to us to get help. Obviously it doesn’t have to be your real service but could be an instance just for testing.

 

 

PrasadShettyAuthorAccepted solution
New Participant
October 27, 2023

Thank you for your response. We are glad to inform you that we have resolved the issue with the Self-Service Flow Step.

 

The issue was caused by our service's SSL certificate chain not being known to Marketo API clients. To resolve the issue, we exposed our CA bundle to the endpoint and used it in openAPI.json.