问题
I'm trying to configure my workstation with trial verison of enterprise chef. The validator and client keys are in place i.e. in the /chef-repo/.chef
directory. But when I run
knife client list
, it shows me the following error.
c:\chef-repo>knife client list
ERROR: The object you are looking for could not be found
Response: <html>
<head><title>404 Not Found</title></head>
<body bgcolor="white">
<center><h1>404 Not Found</h1></center>
<hr><center>ngx_openresty/1.4.3.6</center>
</body>
</html>
My knife.rb is also configured with proper key-names and server ip. Any help would be appreciated.
来源:https://stackoverflow.com/questions/21162458/enterprise-chef-workstation