while bootstrapping a recipe on windows machine ..facing issues like ConnectTimeoutError: execution expired

时光总嘲笑我的痴心妄想 提交于 2019-12-12 18:29:24

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!