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
{{ message }}
This repository was archived by the owner on Jul 14, 2021. It is now read-only.
This is the same issue reported in chef-boneyard/chef-provisioning#343. It also looks similar to rubygems/rubygems#1050 but that fix was packaged in Rubygems 2.4.4, the version we're already including in the latest ChefDK (0.6.0).
Running gem update --system causes a different error but then gem update --system 2.4.4 seems to resolve everything. Fetching https://www.chef.io/chef/install.sh no longer fails.
@metadave is having an issue where the following breaks on a fresh ChefDK install:
This is the same issue reported in chef-boneyard/chef-provisioning#343. It also looks similar to rubygems/rubygems#1050 but that fix was packaged in Rubygems 2.4.4, the version we're already including in the latest ChefDK (0.6.0).
Running
gem update --system
causes a different error but thengem update --system 2.4.4
seems to resolve everything. Fetchinghttps://www.chef.io/chef/install.sh
no longer fails.I'm not seeing the same thing on my machine with a fresh ChefDK install. I used the instructions at https://rvm.io/support/fixing-broken-ssl-certificates to fix when I was having similar issues.
The text was updated successfully, but these errors were encountered: