You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 7, 2019. It is now read-only.
I run the tutorial code in https://github.com/IBM/blockchainbean2/blob/master/docs/run-local.md and got the following error:
Here's what in my network.yaml:
orderers:
orderer.example.com:
url: grpc://localhost:17050
grpcOptions:
ssl-target-name-override: orderer.example.com
peers:
peer0.org1.example.com:
# this URL is used to send endorsement and query requests
url: grpc://localhost:17051
certificateAuthorities:
ca-org1:
url: http://localhost:17054
httpOptions:
verify: false
And output of docker ps command:
The text was updated successfully, but these errors were encountered: