Relative Content

Tag Archive for hyperledger-fabric

Update channel config transaction

Im trying to update the app channel to add a new admin to the channel (as the previous one is going to expire) but with the attached envelope I get the following error:

Create channel and join error: Create channel error:

Create channel and join error: Create channel error: error should be nil for SaveChannel of orgchannel: create channel failed: create channel failed: SendEnvelope failed: calling orderer ‘orderer1.example.com:7050’ failed: Orderer Client Status Code: (2) CONNECTION_FAILED. Description: dialing connection on target [orderer1.example.com:7050]: connection is in TRANSIENT_FAILURE

Unable to update ServerTLSCert and ClientTLSCert for Orderers

I have a Hyperledger Fabric Network composed of 5 Orderer a 4 Peers.
There is only one channel.
The components are deployed on a Kubernetes cluster using an NFS as persistence layer.
The certificates that identifies the Orderer and Peers identities are managed by CertManager installed on Kubernets cluster using Helm.
The certificates has been expired and has been renewd by CertManager automatically but after this updates the network is not working.
I’ve found on the internet that the network must be updated submitting a channel update containing the new certificates for the orderers.