cURL错误7:无法连接到'x.xx.xxx.xx‘端口9090:http://x.xx.xxx.xx:9090/plugins/restapi/v1/users的连接被拒绝(请参阅https://curl.haxx.se/libcurl/c/libcurl-errors.html
大家好,我正在使用gnello/php- Openfire -restapi通过向服务器发送REST/HTTP请求来管理Openfire实例。它在本地主机上正常工作,这意味着它在Openfire上创建用户,但不在服务器主机上工作。
发布于 2021-03-17 23:27:49
显示此错误是因为端口9090被阻止。只要删除服务器端端口号9090即可。
https://stackoverflow.com/questions/66299928
复制相似问题