We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
麻烦提供一下上游的配置信息
Sorry, something went wrong.
No branches or pull requests
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)The text was updated successfully, but these errors were encountered: