I am trying to bootstrap my client (Windows machine) to the hosted chef server (from opscode).
I have successfully installed knife in my client machine.
I am in chef-repo in users/ folder and have started the execution.
I am not able to bootstrap with the chef-server.
Basically, chef-repo>knife bootstrap ipaddress -x user -P password is not working for me.
I am getting an error:
ERROR: network error. No connection could be made as the target machine actively refused it.
In the example, people have used opscode as both username and password. So what I should be using it ideally?
And the ipaddress is the client IP address right? The machine from where I want to upload the cookbooks to the server?