'Error getting endorser client for channel: failed to create new connection: context deadline exceeded
I am getting an error message while following this https://docs.aws.amazon.com/managed-blockchain/latest/hyperledger-fabric-dev/managed-blockchain-get-started-tutorial.html tutorial from Amazon Managed Blockchain for Hyperledger Fabric. I have followed all steps properly but I got stuck while trying to join a channel. I am a newbie in Hyperledger Fabric and Amazon Managed Blockchain. I have attached an image of the error message below. Help me!!!
Solution 1:[1]
The error you are getting:
Failed to create new connection: context deadline exceeded
Can be caused by:
- A misconfiguration of ChannelIDs. Make sure the ChannelIDs match and that you are attempting to join the peer to the correct channel.
- Using the wrong root certificate file for TLS. Make sure the root certificate file and root certificate path are correct.
Here is a link to the question this answer was based on, involving the same error in a different context.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Julian Castrence |
