This error usually means that Validation Peer is not started. In default configuration peer process should listen port 30303 and you can easily check that using the following:
netstat -a | grep 30303
In case if Validation Peer is started in Docker container or on remote VM the IP address should be provided:
CORE_PEER_ADDRESS=172.17.0.2:30303 ./peer node status