跑步时
$chef-client -S https://ip-172-31-87-170.ec2.internal -K /etc/chef/4thcoffee-validator.pem
The server returned a HTTP 404. This usually indicates that your chef_server_url is incorrect.
我得到了上面的输出
我的client.rb是
log_level :info
log__location STDOUT
chef_server_url "https://ip-172-31-87-170.ec2.internal"
trusted_certs_dir "/root/.chef/trusted_certs"
答案 0 :(得分:0)
服务器URL通常应该看起来像"https://ip-172-31-87-170.ec2.internal/organizations/$something"
,除非您运行的是旧版本的Chef Server。