mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 23:45:10 +00:00
Fabric CA sample fails with TLS error when running against latest 1.1 code because orderer was expecting client certificate but was not receiving on during TLS handshake. This change set fixes the problem by specifying --clientauth, --keyfile and --certfile command line arguments to the peer commands that need to communicate with orderer, like 'peer channel create'. Change-Id: I34ad39c919c0121916116c3711c7429009db7fc8 Signed-off-by: Anil Ambati <aambati@us.ibm.com> |
||
|---|---|---|
| .. | ||
| env.sh | ||
| run-fabric.sh | ||
| setup-fabric.sh | ||
| start-intermediate-ca.sh | ||
| start-orderer.sh | ||
| start-peer.sh | ||
| start-root-ca.sh | ||