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

Feature request: proxy support via command line switch #41

Closed
francescoc-vf opened this issue Mar 20, 2018 · 1 comment
Closed

Feature request: proxy support via command line switch #41

francescoc-vf opened this issue Mar 20, 2018 · 1 comment

Comments

@francescoc-vf
Copy link

In some environments an HTTP proxy can't be enabled system-wide; therefore it's a must to have proxy configuration via a command line switch (like httpie)

@dshafik
Copy link
Contributor

dshafik commented Mar 22, 2018

@francescoc-vf the standard way to do this using the HTTP_PROXY environment variable which can be set during execution of the CLI (and is local to that session):

$ HTTP_PROXY="http://proxyIp:proxyPort" akamai …

However, as noted in #42, we must ensure that this actually works. I'm going to close this in favor of that issue, please subscribe to that one for followup information.

@dshafik dshafik closed this as completed Mar 22, 2018
piotrpio added a commit that referenced this issue Mar 16, 2021
…evelop

* commit 'ef062df18942004e395c4c69762c98f54546beb5':
  Revert "TFP-627-change-env-variable-names-for-logging-in-cli: rename env variables"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants