【发布时间】: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")
【问题讨论】: