问题
When I am bootstrapping a recipe on windows machine. I am facing an error which is shown below:
$ knife bootstrap windows winrm IP-address -x Username -P password -r recipe[notepad]
ERROR: HTTPClient::ConnectTimeoutError: execution expired
I have installed knife windows pluggin and also configured the winrm but after doing this also .. I am facing this issue.
I could not resolve this. Has anyone come across this problem and found a solution?
回答1:
actually .. i got the solution for the issue in this path /etc/chef-server/chef-server.rb . Add the following content below bookshelf['url'] = "https://:443"
来源:https://stackoverflow.com/questions/21987688/while-bootstrapping-a-recipe-on-windows-machine-facing-issues-like-connecttime