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

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?

Upvotes: 2

Views: 976

Answers (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"

Upvotes: 1

Related Questions