Error message when data is being fetched from my connector #1651
Unanswered
HendrikHahn1996
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Hi! |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello community,
I am currently running into error and I don't know what to do.
So, if someone tries to request the catalog in order to fetch data from my connector it returns the following error message:
[ { "message": "org.eclipse.edc.http.spi.EdcHttpClientException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target", "type": "BadGateway", "path": null, "invalidValue": null } ]
I am able to fetch data from other connectors and if i call the 'api/v1/dsp' route with the URL of my connector everythings working fine.
Also the connection is secured using the SSL certificate.
Does anyone have an idea?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions