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

HTTP(s) Proxy support #66

Open
cp-whatcha opened this issue Apr 6, 2024 · 1 comment · May be fixed by #73
Open

HTTP(s) Proxy support #66

cp-whatcha opened this issue Apr 6, 2024 · 1 comment · May be fixed by #73
Labels
enhancement New feature or request

Comments

@cp-whatcha
Copy link

Receiving the error
netbootxyz | There was a problem with the fetch operation: request to https://api.github.com/repos/netbootxyz/netboot.xyz/releases/latest failed, reason: connect ETIMEDOUT 140.82.113.5:443

It seems that node.js is not utilizing the proxy environment variables that I am sending the system.

I have attempted to use
http_proxy=http://proxyip:3128
https_proxy=http://proxyip:3128
HTTP_PROXY=http://proxyip:3128
HTTPS_PROXY=http://proxyip:3128
proxyHost=proxyip
proxyPort=3128

When performing a node fetch, If the system has a proxy set, it should use it. Based on my research it seems that this will require a new version of the fetch function

@cp-whatcha cp-whatcha added the enhancement New feature or request label Apr 6, 2024
@antonym antonym transferred this issue from netbootxyz/netboot.xyz Apr 9, 2024
@Mionsz
Copy link

Mionsz commented Aug 10, 2024

@cp-whatcha resolved in recent PR - please review and give a feedback #73

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants