Closed fooock closed 5 years ago
I'm using this beacon-chain version:
Git commit: 582c3827716436d879ea7cb80719b1fe18527b71. Built at: 2019-10-27 03:46:10+00:00
Eth2 uses a peer-to-peer network which is not based on HTTP, so I don't think connecting via an HTTP proxy will ever be possible.
Seems like an issue with the proxy? I'm not sure what code changes would help here.
@prestonvanloon I will check my proxy, without it, the beacon-chain works well, as expected
Agree this is an issue with the proxy not allowing the connection, not due to Prysm/Bazel itself. Closing unless there is more evidence of the root cause.
I want to start the
beacon-chain
container behind a proxy, but when I execute:but, the result is:
I'm using the
http_proxy
andhttps_proxy
environment variables but it seems that they are not used at all.Should exist an option in the beacon chain to set up the connection using a proxy server?