シェフサーバーとワークステーションをセットアップしました。サーバーにノードを追加しようとすると、次のエラーが発生します。シェフノードが401エラーを出す
Resource Not Found:
-------------------
The server returned a HTTP 404. This usually indicates that your chef_server_url is incorrect.
Relevant Config Settings:
-------------------------
chef_server_url "https://amit-virtual-machine:443/organizations/kiwitech.com"
が、ノードのマシンがknife ssl check
に接続しようとすると、接続が正常に確立されました。
ノードでの私のclient.rb
が
log_location STDOUT
chef_server_url "https://amit-virtual-machine:443/organizations/kiwitech"
validation_client_name "chef-validator"
node_name "node1"
trusted_certs_dir "/etc/chef/trusted_certs"`
と私のシェフバージョンを好きになります。これは私の初めてので、どんな小さな詳細は参考になる
なぜエラーメッセージに組織名として 'kiwitech.com'があるのですか?コピー&ペーストのエラー? – StephenKing
ノードをサーバーにどのように追加しようとしていますか?どのようなコマンド? –
エラーメッセージの組織名intです。 –