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
Filirom1 opened this issue
Oct 26, 2015
· 4 comments
Labels
bugFixes for quality problems that affect the customer experiencedevstaleUsed to mark issues that were closed for being staleTeam:CoreCore services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc
Not likely to fix this soon, if someone wants to submit a pull to convert wreck to request, we'd consider it. Probably better off implementing http_proxy support in wreck though
bugFixes for quality problems that affect the customer experiencedevstaleUsed to mark issues that were closed for being staleTeam:CoreCore services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc
Hi,
Tests are failing when we are behind an http_proxy because wreck is used.
https://github.com/elastic/kibana/blob/master/tasks/build/downloadNodeBuilds.js#L24
Wreck do not handle http_proxy.
hapijs/wreck#64
Request works better with http_proxy.
https://github.com/request/request#controlling-proxy-behaviour-using-environment-variables
The text was updated successfully, but these errors were encountered: