innoan yang
innoan yang

Reputation: 47

hyperledger fabric,ECDSA verification failure

[client-utils.js]: sendPeersProposal - Promise is rejected: Error: Failed to deserialize creator identity, err The supplied identity is not valid, Verify() returned x509: certificate signed by unknown authority (possibly because of "x509: ECDSA verification failure" while trying to verify candidate authority certificate "ca.org1.example.com")

Upvotes: 3

Views: 2035

Answers (1)

user9040429
user9040429

Reputation: 720

This is clearly related to wrong certificates. Cross check the certificates, if possible generate certificates for CA again using cryptogen and accordingly place the certificates in peers.

Upvotes: 0

Related Questions