为Hosted Chef设置代理

时间:2014-02-07 07:35:51

标签: chef chef-recipe chef-solo

我是厨师新手。我已经设置了工作站和托管的厨师服务器(https://api.opscode.com/organizations/org-name)。但是,当我使用knife client-list命令时,它向我显示无法建立连接的错误。我使用我的办公室网络并连接到互联网我使用代理。 如何使用此代理建立与Chef服务器的连接? 我有关于代理的以下详细信息: IP地址,端口号,域,用户名,密码

我尝试将代理设置添加到knife.rb文件,如下所示:

https_proxy "http://ipaddress:port"
https_proxy_user "domain\username"
https_proxy_pass "password"

但我收到以下错误 - Proxy Authentication Required ( The ISA Server requires authorization to fulfill the request. Access to the Web Proxy filter is denied.

请帮忙!

0 个答案:

没有答案