Skip to content

Instantly share code, notes, and snippets.

@patmaddox
Created April 15, 2015 03:29
Show Gist options
  • Save patmaddox/50fe37e8cb5fd22be34c to your computer and use it in GitHub Desktop.
Save patmaddox/50fe37e8cb5fd22be34c to your computer and use it in GitHub Desktop.
ruby ssl fix os x
#export SSL_CERT_FILE=/usr/local/opt/curl-ca-bundle/share/ca-bundle.crt # this was the old one...
export SSL_CERT_FILE=/usr/local/etc/openssl/cert.pem # this is OS X I think?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment