OAuth2.0 with HTTPs #4640
Replies: 2 comments 2 replies
-
@victorquiroga-capgemini there is a lot of information missing here, such as the full exception stacktrace, or the exact use case you are trying to implement, so I can only give generic answers. Generally, this exception means that the SSL certificate for the remote URL isn't found in the trust store. This can happen if the remote service (here: presumably your KC server) is using either a self-signed cert or a cert that was signed by an unknown signer. Either way, this is not an EDC problem. If that is the case, then you must either add the self-signed cert to the trust store (do not recommend), implement a custom |
Beta Was this translation helpful? Give feedback.
-
@vicquiro-capg I will close this discussion, as it has nothing to do with EDC |
Beta Was this translation helpful? Give feedback.
-
Hi!
I'm trying to use HTTPs, with the EdcHttpClient Library on the EDC connector, to connect keycloak IDP server and when trying to get the ssl certificate I I get this error:
"javax.net.ssl.SSLHandshakeException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target"
Someone can help? Thanks
Beta Was this translation helpful? Give feedback.
All reactions