-
Notifications
You must be signed in to change notification settings - Fork 445
New issue
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
cello v0.9.0-h3c, error log: TLS handshake failed with error EOF server=Orderer remoteaddress=172.24.0.1:59598 #587
Comments
可以确定这个是节点之间的握手失败,可能是gossip的握手,曾经优化过这个问题,具体记不清了。应该不会影响正常交易。 |
你好!感谢回复。请问目前有解决方案吗?我看了Fabric官方有关gossip的文档。gossip握手失败的话难道不会导致区块链网络不安全不可信吗?已知peer,orderer,ca节点日志全部都会报这个TLS握手失败。网络部署的docker-compose文件的环境变量是这样的:
这里面跟gossip相关的环境变量的配置: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sorry, my English is very bad so I translate my word to English using DeepL and put Chinese word below.
Hyperledger Fabric v1.4, cello v0.9.0-h3c, AlmaLinux 8.7
Hello, When I follow this tutorial and cello's docs and get to the step of creating the network, the node starts successfully, but the logs always show a TLS handshake failure. This is the error log for the orderer node:
大家好,当我按照这份教程和cello官方的文档,到创建网络这一步节点启动成功了,但是日志里总是会显示TLS握手失败。这是orderer节点的报错日志:
This is the error log for the peer node:
这是peer节点的报错日志:
Where 172.24.0.1 is the gateway address in the celloNet network created by docker(or cello perhaps).
其中,172.24.0.1是docker创建的celloNet网络中网关地址。
My question is, why is it that if I follow the tutorial step by step, it still reports a TLS handshake failure? Is this "TLS Handshake Failure" a failure to connect between nodes or a failure to connect to cello? What should I do about it? Does this affect the secure communication of the blockchain network?
我的疑问是,为什么完全按照教程一步步走还是会报TLS握手失败?这个“TLS握手失败”是节点之间连接失败还是与cello连接失败?我应该如何处理?这会影响到区块链网络的安全通信吗?
My guess is that if it's a connection failure between nodes, the logs of each node should show a peer's ip, but all the logs of all the nodes show 172.24.0.1, which is the gateway address of celloNet network, so what does it mean?
我的猜想是,如果是节点之间连接失败,应该各节点的日志报错会显示节点的ip,但所有节点的日志报错都显示的是172.24.0.1,这是celloNet网络的网关地址,它意味着什么?
The text was updated successfully, but these errors were encountered: