when i executed command line as follow:
grpcurl -plaintext -d "{\"job_id\": \"test\",\"batch_id\": 1}" 10.80.31.108:8083 datacenter.DatacenterService/ListStripInfo
error reported:
Failed to dial target host "10.80.31.108:8083": dial tcp 10.80.31.108:8083: connectex: An attempt was made to access a socket in a way forbidden by its access permissions.
what may cause this error?