Bootstrapping issues in Chef
问题 I have setup a basic infrastructure using chef. This includes a local chef server(ubuntu based), workstation and an ubuntu based server(to be used as the node). Please note that the entire infrastructure lies behind the firewall in my office network. And I have made necessary proxy settings for the servers to access the internet. So here is the problem - When I try to bootstrap the node using - knife bootstrap <node's ip> --sudo -x <username> -P <password> -N "<name>" i get the following