Oracle SOA how to disable certs when acting as client
Hi,
We are calling a external REST service with https URL from out SOA project. This external service does not enforce SSL verification. Using curl we are able to call this service by pass the "--insecure" argument in the curl statement.
We want to achieve the same from SOA service. But currently we are getting the below error when calling the external service.
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
Trying to find out if there is a SOA/weblogic setting that will disable SSL verification. Please help me.