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