Skip to content
This repository has been archived by the owner on Jul 14, 2021. It is now read-only.

read server certificate B: certificate verify failed #410

Closed
tyler-ball opened this issue Jun 3, 2015 · 1 comment
Closed

read server certificate B: certificate verify failed #410

tyler-ball opened this issue Jun 3, 2015 · 1 comment

Comments

@tyler-ball
Copy link
Contributor

@metadave is having an issue where the following breaks on a fresh ChefDK install:

require 'net/http'
Net::HTTP.get(URI('https://www.chef.io/chef/install.sh'))

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.

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.

@bookshelfdave
Copy link

running an OSX Yosemite update via App Store resolved this issue.

@chef-boneyard chef-boneyard locked and limited conversation to collaborators Feb 14, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

2 participants