Does Knife support NTLM proxy authentication? getting “response.rb:119:in `error!’: 407 “Proxy Authentication Required” (Net::HTTPServerException)” error when runing “knife cookbook site download”
Thanks
Paul
Does Knife support NTLM proxy authentication? getting “response.rb:119:in `error!’: 407 “Proxy Authentication Required” (Net::HTTPServerException)” error when runing “knife cookbook site download”
Thanks
Paul
Try setting the HTTP_PROXY
and/or HTTPS_PROXY
environment variables with the relevant proxy info in the form of http://username:password@hostname:port