Well, that shouldn’t be an issue if you installed via Omnibus - Jeppe, did
you use omnibus to install Chef or did you gem install?
If you are missing the following file, that’s probably the cause, and
Torben’s advice would come into play for how you can replace it:
C:\opscode\chef\embedded\ssl\certs\cacert.pem
It’s also possible that something is out of date with that file, so
obtaining the latest per Torben’s instructions and copying it over the
existing could solve it.
I tried the following recipe on Chef 11.10 with ssl_verify_mode set to
:verify_peer and it worked for me via chef-solo, so at the moment I can’t
reproduce the issue
this fails when I replace with a site that has an invalid cert, and
that will succeed if I set verify mode to none
end
If that works for you Jeppe, then there must be something specific we need
to repro with your recipe - if you can share a failing fragment, that would
help.