| 147 | (Sometimes the bootstrap fails to connect to the chef server and instead attempts to connect to https://localhost, which as this is running on the client, will not connect to the server. The ugly solution is to create the file {{{/etc/chef/client.rb}}} on the client with the content {{{chef_server_url "https://pc157.isi.deterlab.net:443"}}} (where the hostname is the hostname of your server). I was not able to track down why the client gets the incorrect server URL. After you create this file on the client, you can re0run the knife bootstrap command above.) |