TLS handshake failed with error remote error: tls: bad certificate server=Orderer

前端 未结 2 1820
猫巷女王i
猫巷女王i 2020-12-11 11:13

I am trying to set up a hyperledger fabric on a VM manually. I have generated all the artifacts and configured the orderer.yaml and core.yaml. I ha

2条回答
  •  無奈伤痛
    2020-12-11 11:51

    I also faced the same problem and in my case, the issue was that I made some changes to the local directory files and apparently those changes were not successfully reflected while mounting those files back into the docker containers. What fixed the problem for me was

    docker volume rm $(docker volume ls)

    I restarted the network again and didn't see any more certificate errors. Worth a try.

提交回复
热议问题