TLS handshake failed with error remote error: tls: bad certificate server=Orderer remoteaddress #docker-compose #fabric-orderer


Abdel-Rahman Ashraf <abdelrahman9709@...>
 

Hello I am new to Hyperledger fabric V2.0 and I am working on my first application.

I generated the crypto-config folder and the channel-artifcats, but when I run the peer and orderer nodes the orderers exit(2) after seconds and I receive this error in the logs "TLS handshake failed with error remote error: tls: bad certificate server=Orderer remoteaddress=172.23.0.6:50948 "
"hint" I do not know if this will make a difference or not but I still did not any chaincode to the files.


I do not know why the orderers are not using the "local host" IP as specified .
This is my Github repo to take a look at the yaml files. https://github.com/AbdelrahmanAshraf9079/ExpleoHyperledgerFabric/tree/master/fixtures

Best Regards