开发语言:Node
在本机上测试了下,可以通过 node -> http-proxy -> api.x.com
放在 aliyun ECS 上,访问失败,提示如下:
err FetchError: request to https://api.x.com/1.1/guest/activate.json failed, reason: Client network socket disconnected before secure TLS connection was established
at ClientRequest.<anonymous> (file:///data/download/node_modules/node-fetch/src/index.js:108:11)
aliyun ECS 安全组的出方向默认允许所有访问,不知道是不是 aliuyn 本身设置了代理禁止
有大佬解答下吗? |
|