Skip to content

Instantly share code, notes, and snippets.

@atomic-penguin
Created January 22, 2014 05:00
Show Gist options
  • Select an option

  • Save atomic-penguin/8553705 to your computer and use it in GitHub Desktop.

Select an option

Save atomic-penguin/8553705 to your computer and use it in GitHub Desktop.
~/.berkshelf/config.json Basically, you need just this in a file to get past SSL verification errors with berkshelf.
{
"ssl":{
"verify":false
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment