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

Proxy support #41

Open
b00tsy opened this issue May 27, 2021 · 1 comment
Open

Proxy support #41

b00tsy opened this issue May 27, 2021 · 1 comment

Comments

@b00tsy
Copy link

b00tsy commented May 27, 2021

Using yub in an environment where a http proxy is required is currently not supported, because node http / https modules don't support respecting env variables such as http_proxy or no_proxy ( nodejs/node#8381 (comment) ).

Adding proxy support would be easily possible if using a request library such as got instead of the node modules directly...

Any thought's on that issue?

I could provide a PR.

@b00tsy
Copy link
Author

b00tsy commented Aug 11, 2021

or even easier with that library: https://github.com/TooTallNate/node-proxy-agent

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

No branches or pull requests

1 participant