You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We'd need a full log to troubleshoot this one properly. The error is related to connecting to a host with self-signed or invalid certs. This can also pop up when using a proxy. Going to close this one given the time elapsed but feel free to open a new one with the complete log and .kitchen.yml and we'd be happy to work out what is breaking here.
I am facing SSL verify error when trying to run kitchen converge on Windows 7
Here are versions used for various components:
Chef Development Kit Version: 1.3.40
chef-client version: 12.19.36
delivery version: master (69bfa4a76959a8d093511a90fddd7a1f7e43e354)
berks version: 5.6.4
kitchen version: 1.16.0
When I do a kitchen converge I get
And this because of the following line in berksfile
source 'https://supermarket.chef.io'
If I change https to http it moves ahead and try to download the cookbook but fails with 301 error as http url tries to redirect to https url.
My workstation is Windows 7 , chef server is ubuntu 14.04
The text was updated successfully, but these errors were encountered: