I have installed chef workstation and chef server in my local machine and I'm able to connect chef node through workstation (node in Amazon EC2).
When I am bootstrapping node, chef node is not able to connect to chef server, I am always getting an error stating
your chef server url not correct if url correct network down.
Please give me a solution, to execute run lists.
I am guising there is some HTTPS protocol problem
Bootstrap command:
Knife bootstrap 54.345.321.45 --ssh-user ubuntu --sudo --identity-file ~/.ssh/aws.pem --node-name awsnode1 --run-list 'recipe[create_folder]'
If I did a mistake in installation please provide information on how to install chefdk and chefserver in my PC and chef node in Amazon EC2.
What are pre required changes in my laptop and AWS to install properly?