gpt4 book ai didi

Node.js OpenStack Swift 插件连接错误

转载 作者:太空宇宙 更新时间:2023-11-03 13:23:34 34 4
gpt4 key购买 nike

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

无法连接到 Swift!错误:写入 EPROTO 101057795:error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol:openssl\ssl\s23_clnt.c:794

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

谢谢。

最佳答案

你是对的。此插件默认使用 https 连接。因此,要将其更改为 http,您可以将库的 swift.js 文件中的第一个 requrie('https') 编辑为 requrie('http') :

 var https = requrie('http')

关于Node.js OpenStack Swift 插件连接错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41151870/

34 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com