Open nnbbyy opened 6 months ago
api 和上游都配置正常 请求网关api 返回 tls: failed to verify certificate: x509: cannot validate certificate for 0.0.0.0 because it doesn't contain any IP SANs
0.0.0.0是我服务器的ip
curl --location 'https://api.trongrid.io/wallet/createtransaction' \ --header 'Content-Type: application/json' \ --data '{ "to_address": "41D3136787E667D1E055D2CD5DB4B5F6C880563049", "owner_address": "417946F66D0FC67924DA0AC9936183AB3B07C81126", "amount": 10000000 }'
服务器使用该命令测试 目标节点请求返回是正常的
No response
tls: failed to verify certificate: x509: cannot validate certificate for 0.0.0.0 because it doesn't contain any IP SANs
通过容器运行的控制面板 ,手动安装的0.17.2版本网关服务,上游目标节点的URL:https://api.trongrid.io/wallet/createtransaction
apinto version
uname -a
麻烦提供一下上游的配置信息
Current Behavior
api 和上游都配置正常 请求网关api 返回 tls: failed to verify certificate: x509: cannot validate certificate for 0.0.0.0 because it doesn't contain any IP SANs
0.0.0.0是我服务器的ip
curl --location 'https://api.trongrid.io/wallet/createtransaction' \ --header 'Content-Type: application/json' \ --data '{ "to_address": "41D3136787E667D1E055D2CD5DB4B5F6C880563049", "owner_address": "417946F66D0FC67924DA0AC9936183AB3B07C81126", "amount": 10000000 }'
服务器使用该命令测试 目标节点请求返回是正常的
Expected Behavior
No response
Error Logs
tls: failed to verify certificate: x509: cannot validate certificate for 0.0.0.0 because it doesn't contain any IP SANs
Steps to Reproduce
通过容器运行的控制面板 ,手动安装的0.17.2版本网关服务,上游目标节点的URL:https://api.trongrid.io/wallet/createtransaction
Environment
apinto version
):0.17.2uname -a
): CentOS 7.9.2009 x86_64(Py3.7.9)