Hello everyone,
I am training on this example simple enough to deploy on two machines : https://www.rapidqube.com/hyperledger-fabric-2-0-on-multiple-hosts/
I'm trying to test it on two machines, I do everything, and when I run (createChannel.sh) I have this error:
Successfully submitted proposal to join channel
Error: error getting endorser client for channel: endorser client failed to connect to localhost: 9051: failed to create new connection: connection error: desc = "transport: error while dialing: dial tcp 127.0.0.1:9051: connect: connection refused"
Error: error getting endorser client for channel: endorser client failed to connect to localhost: 10051: failed to create new connection: connection error: desc = "transport: error while dialing: dial tcp 127.0.0.1:10051: connect: connection refused"
could someone tell me why? and how to correct this error?