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

knife.rb proxy settings not honored #137

Closed
jblaine opened this issue Aug 28, 2014 · 2 comments
Closed

knife.rb proxy settings not honored #137

jblaine opened this issue Aug 28, 2014 · 2 comments

Comments

@jblaine
Copy link

jblaine commented Aug 28, 2014

knife-openstack 0.10.0 (at least) is not making use of knife.rb proxy settings and is instead making use of shell environment variables:

# knife.rb
# ...
no_proxy '*.our.com" # Being ignored!
http_proxy 'http://whatever.our.com:80' # Probably this too
https_proxy 'http://whatever.our.com:80' # and this too
# ...

This is what happens:

% knife openstack server list
FATAL: Connection failure, please check your OpenStack authentication URL.
% unset http_proxy
% unset https_proxy
% unset HTTP_PROXY
% knife openstack server list
<works fine!>
@jjasghar
Copy link
Contributor

Interesting. I'll put this on my TODO list to investigate.

@jjasghar
Copy link
Contributor

jjasghar commented Mar 7, 2015

I believe this is resolved, please reopen is it is still an issue, the new gem has knife-cloud underneath it that should deal with this.

@jjasghar jjasghar closed this as completed Mar 7, 2015
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

2 participants