While calling HTTPS REST service inside BPEL SOA Process, I am getting remote fault with the below error:
oracle.fabric.common.FabricInvocationException:
javax.ws.rs.ProcessingException:
javax.net.ssl.SSLHandshakeException:
sun.security.validator.ValidatorException:
PKIX path building failed:
sun.security.provider.certpath.SunCertPathBuilderException:
unable to find valid certification path to requested target detail:
unable to find valid certification path to requested target
I can access the same REST service from basic java REST Client. Both my WebLogic server and the sample java class (which connects to the web service without error) run on the same machine using same truststore cacerts.
What could be wrong here? Any help appreciated
I have already downloaded the certificates from the browser URL and imported to cacerts