Hi,
This is my first deployment of a chef server and I am getting the following error when I attempt to bootstrap a windows server
Authentication Error:
Failed to authenticate to the chef server (http 401).
Server Response:
Failed to authenticate as ‘chef-validator’. Ensure that your node_name and client key are correct.
Relevant Config Settings:
chef_server_url "https://chef01.blah.com:443/organizations/blahinf"
validation_client_name "blah-validator"
validation_key “C:\chef\validation.pem”
If these settings are correct, your validation_key may be invalid.
[2015-11-24T08:23:22-08:00] ERROR: Running exception handlers
[2015-11-24T08:23:22-08:00] ERROR: Exception handlers complete
[2015-11-24T08:23:22-08:00] FATAL: Stacktrace dumped to c:/chef/cache/chef-stacktrace.out
[2015-11-24T08:23:22-08:00] FATAL: Net::HTTPServerException: 401 “Unauthorized”
I have seen some posts on how to reset the validation key, however I am not use the gui just command line. How would I go about doing that?
Thanks