Chef infra 407安装chef Manager时

Chef infra 407安装chef Manager时,chef-infra,Chef Infra,我正在尝试使用命令安装chef manage chef-server-ctl install chef-manage 但是我不断地得到以下错误 Net::HTTPServerException: 407 "Proxy Authentication Required" 我已经导出了http和https代理 export http_proxy=http://username_surname:password@your_location_proxy_server:8080 export http

我正在尝试使用命令安装chef manage

chef-server-ctl install chef-manage
但是我不断地得到以下错误

Net::HTTPServerException: 407 "Proxy Authentication Required"
我已经导出了http和https代理

export http_proxy=http://username_surname:password@your_location_proxy_server:8080 
export https_proxy=https://username_surname:password@your_location_proxy_server:8080 

但我还是得到了407个错误。我用了
%21
而不是
在我的密码中。我希望这不是问题的根源。

这本身不是chef问题,我打赌您的代理只允许NTLM身份验证(或至少不允许基本身份验证)。这也可能是附加安装程序没有完全代理支持的问题,虽然我很确定Chef软件在最近几次Chef服务器发布中修复了所有这些问题。无论哪种方式,您都可以通过support@chef.io.