kctam / 3org2ch_143

Latest configuration files for 3-organization 2-channel setup on a node, rewritten for Release 1.4.3
https://medium.com/@kctheservant/demo-of-multi-channel-network-in-hyperledger-fabric-640f7158e2d3
9 stars 7 forks source link

i always meet that problem,can you help me? #2

Open zbq526526 opened 4 years ago

zbq526526 commented 4 years ago

image

zbq526526 commented 4 years ago

Error: failed to create deliver client: orderer client failed to connect to orderer.example.com:7050: failed to create new connection: context deadline exceeded

kctam commented 4 years ago

This CLI cannot reach orderer.example.com:7050. Check if this orderer container is running. Also, check if $ORDERER_CA is correctly point to the ca cert. I usually see this when TLS is not correct or orderer is down for some reasons.