Hi I am trying to run developer tutorial on hyperledger-composer from https://hyperledger.github.io/composer/latest/tutorials/developer-tutorial.html
I have setup the development environment successfully.
I receive the following error
Error trying to start business network. Error: Unable to initalize channel. Attempted to contact 1 Peers. Last error was Error: Error: 14 UNAVAILABLE: Trying to connect an http1.x server
while I run the following command
composer network start --networkName tutorial-network --networkVersion 0.0.1 --networkAdmin admin --networkAdminEnrollSecret adminpw --card PeerAdmin@hlfv1 --file networkadmin.card
I have checked the fabric is running and is listening to business network archive
"Listing Business Network Archive from tutorial-network@0.0.1.bna Identifier:tutorial-network@0.0.1 Name:tutorial-network Version:0.0.1 Command succeeded"
P.S I am behind firewall/proxy
Configuration Node @8.11.3 composer @0.19 Mac OS High Sierra