且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

org.apache.http.conn.HttpHostConnectException:拒绝访问https://jazz.net

更新时间:2022-05-27 22:27:23

这与5.0.5到5.0.6之间的任何升级问题都没有关系。从错误消息中看,这似乎与连接问题有关。

This does not sound related to any upgrade issue between 5.0.5 to 5.0.6. From the error message this seems more related to connectivity issues.

确保适配器的connectionPolicy使用值为443的port子元素,如下所示:

Make sure that your adapter's connectionPolicy uses the port child-element with value 443, like this:

<connectivity>
    <connectionPolicy xsi:type="http:HTTPConnectionPolicyType">
        <protocol>https</protocol>
        <domain>jazz.net</domain>
        <port>443</port>
</connectionPolicy>
    <loadConstraints maxConcurrentConnectionsPerNode="2" />
</connectivity>