Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the ability to deploy to networks behind a Corporate HttpProxy #1978

Closed
furkilic opened this issue Oct 22, 2021 · 5 comments
Closed

Add the ability to deploy to networks behind a Corporate HttpProxy #1978

furkilic opened this issue Oct 22, 2021 · 5 comments
Assignees

Comments

@furkilic
Copy link

SUMMARY

Hi everyone

Being behind a Corporate HttpProxy, I'd like to add the feature to deploy/interact with networks by using standard environment variables : HTTPS_PROXY or HTTP_PROXY .

This feature is really similar to #1291.

How to reproduce

# be behind a httpproxy
export HTTPS_PROXY=http://proxy.com
npx hardhat run --network external-network scripts/deploy.js
# Fail as not reachable

Expected Result

# be behind a httpproxy
export HTTPS_PROXY=http://proxy.com
npx hardhat run --network external-network scripts/deploy.js
# Deploy Great Success !!!!
@mhorsley30896
Copy link

Will this fix enable mainnet forking behind proxy?

@alcuadrado alcuadrado linked a pull request Dec 17, 2021 that will close this issue
1 task
@star001007
Copy link

+1

1 similar comment
@AndreTsao
Copy link

+1

@github-actions
Copy link
Contributor

This issue was marked as stale because it didn't have any activity in the last 30 days. If you think it's still relevant, please leave a comment indicating so. Otherwise, it will be closed in 7 days.

@github-actions github-actions bot added the Stale label Jul 15, 2022
@github-actions
Copy link
Contributor

This issue was closed because it has been stalled for 7 days with no activity.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 17, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants