You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 ashttp_proxy
orno_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.
The text was updated successfully, but these errors were encountered: