在我的SOA流程(Oracle SOA Suite12c)中,我有一个调用https
服务的rest适配器。在调用过程中,我得到了以下错误:
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
此错误是因为我正在连接HTTPS服务吗?这会不会是因为证书问题?我已经在cacerts中添加了服务的证书
发布于 2019-10-18 10:44:53
您可以检查在rest适配器中配置的端点中的主机名吗?错误提示它无法连接到服务器myresourceUrl
?这是正确的主机名吗?
https://stackoverflow.com/questions/54547493
复制