【问题标题】:Hyperledger fabric adding new orderer in existing setup getting error: x509: ECDSA verification failureHyperledger Fabric 在现有设置中添加新排序器时出现错误:x509:ECDSA 验证失败
【发布时间】:2021-06-23 00:57:52
【问题描述】:

我正在尝试在现有的超级账本结构设置中添加一个新的排序者,我已经为新的排序者生成了加密材料,并且还获得了更新的配置块(使用 orderer2 tls 证书更新),但是当我运行对等通道更新命令时然后我收到以下错误:

2021-06-21 17:56:11.396 IST [channelCmd] InitCmdFactory -> INFO 001 Endorser and orderer connections initialized
Error: got unexpected status: BAD_REQUEST -- error applying config update to existing channel 'system-channel': consensus metadata update for channel config update is invalid: invalid new config metadata: verifying tls client cert with serial number 263873995186984697997414029375430958056: x509: certificate signed by unknown authority (possibly because of "x509: ECDSA verification failure" while trying to verify candidate authority certificate "tlsca.example.com")

【问题讨论】:

    标签: hyperledger-fabric


    【解决方案1】:

    添加订单是网络级别的操作,在更新网络配置之前需要组织管理员的签名才能更新事务(签名的数量取决于网络级别操作的策略和您拥有的组织数量您的网络拓扑)。

    【讨论】:

      猜你喜欢
      • 2018-07-16
      • 1970-01-01
      • 2019-07-27
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多