-
Notifications
You must be signed in to change notification settings - Fork 249
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
Action fails behind the proxy #17
Comments
Is there any update on this?
|
For a test I added the ip address to /etc/hosts on the runner, but it still tries to connect to releases.hashicorp.com directly without proxy. |
This action fails behind a proxy, this PR updates hashicorp/js-releases from 1.40 to 1.50 which should allow a proxy to be set. - bump hashicorp/js-releases from 1.40 to 1.50 Fixes #17 Co-authored-by: James Pogran <jpogran@outlook.com>
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
We are using self-hosted runners and trying to execute the action behind the corporate proxy
It fails with
I tried to declare standard http_proxy variables with
It didn't help apparently due to the node's
fetch
specifics which is used atsetup-terraform/lib/setup-terraform.js
Line 43 in 168ae73
Related upstream issue node-fetch/node-fetch#79
The text was updated successfully, but these errors were encountered: