APIGateway调用私有API报错: curl: (28) Failed to connect to app-id.execute-api.cn-north-1.amazonaws.com.cn port 443 after xxx ms: Couldn’t connect to server
- 通过nslookup或者 dig dns name查看解析到的ip地址
$ nslookup app-id.execute-api.cn-north-1.amazonaws.com.cn
Server: 10.0.0.2
Address: 10.0.0.2#53
Non-authoritative answer:
Name: app-id.execute-api.cn-north-1.amazonaws.com.cn
Address: 10.0.10.240
Name: app-id.execute-api.cn-north-1.amazonaws.com.cn
Address: 10.0.150.229
查看到能够成功解析到IP地址: 10.0.10.240 & 10.0.150.229


被折叠的 条评论
为什么被折叠?



