OpenZeppelin / openzeppelin-sdk

OpenZeppelin SDK repository for CLI and upgrades.js. No longer actively developed.
MIT License
432 stars 200 forks source link

Cannot get accounts from infura.io behind network proxy #1535

Open kigawas opened 4 years ago

kigawas commented 4 years ago

Possibly related with #1533, with https_proxy and http_proxy set.

Follow https://docs.openzeppelin.com/learn/connecting-to-public-test-networks, and try npx oz accounts then select rinkeby, it returns Invalid JSON RPC response: "", which implies a network timeout.

abcoathup commented 4 years ago

Hi @kigawas! I’m sorry that you have this issue.

You may want to ask if there is a way to configure Truffle HDWallet Provider for use behind a network proxy: https://github.com/trufflesuite/truffle/tree/develop/packages/hdwallet-provider

Another potential option could be to run your own node.