Node.js OpenStack Swift插件连接错误

时间:2016-12-14 20:47:34

标签: node.js ssl https openstack-swift

我使用了NodeJS和Swift plugin 尝试实现连接时出现此错误

Can not connect to Swift! Error: write EPROTO 101057795:error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol:openssl\ssl\s23_clnt.c:794

似乎它正在尝试使用https,但我无法在禁用和使用标准http的选项中看到。

感谢。

1 个答案:

答案 0 :(得分:1)

你是对的。此插件默认情况下使用https连接。因此,要将其更改为http,您可以将图书馆requrie('https')文件中的第一个swift.js修改为requrie('http')

 var https = requrie('http')