In my SOA process (Oracle SOA Suite 12c), I have a rest adapter that calls an https service. During invoke i am getting the following error:
oracle.fabric.common.FabricInvocationException: javax.ws.rs.ProcessingException: java.net.ConnectException: Tried all: 4 addresses, but could not connect over HTTPS to server: myresourceUrl port: 443
Is this error because i am connecting to HTTPS service? Can this be due to certificate issue? I have already added the services' certificate in cacerts
Can you please check the hostname in the endpoint configured in the rest adapter? The error says that it fails to connect to the server
myresourceUrl? Is this the correct host name?