Aye*_*han 60 javascript api node.js
问题是当该 API 实际上仅支持 HTTP 时,我试图 POST 到 https。将此作为可能遇到相同问题的其他人的注释。
任何帮助都值得赞赏
Kra*_*mar 106
当您使用https而不是http时会出现这种类型的问题。更改 URL 以使用http。
例子: https://localhost:3000/posts
将其更改为: http://localhost:3000/posts
Sha*_*rad 18
当我们正在使用的 API 在 http 上运行并且我们尝试使用 https 时,就会出现此错误。信息真的很有用。
示例:使用此 https://localhost:8092/customers,当此 http://localhost:8092/customers 时,必须使用此 API,因为 API 在 http 上运行。
小智 12
error-write-eproto-34557064error100000f7ssl-routinesopenssl-internalwrong
https://localhost:5000/users
Run Code Online (Sandbox Code Playgroud)
将 HTTPS 替换为 HTTP