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

StackOverflow https://stackoverflow.com/questions/21987688

  •  15-10-2022
  •  | 
  •  

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?

有帮助吗?

解决方案

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"

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top