Skip to content

Instantly share code, notes, and snippets.

@coreypnorris
Created June 2, 2015 14:19
Show Gist options
  • Select an option

  • Save coreypnorris/f725197d69b1d48a3074 to your computer and use it in GitHub Desktop.

Select an option

Save coreypnorris/f725197d69b1d48a3074 to your computer and use it in GitHub Desktop.
Google api in Ruby on Windows: certificate verify failed solution

Open the command line and run the following commands:

  • curl -o c:\cacert.pem http://curl.haxx.se/ca/cacert.pem
  • set SSL_CERT_FILE=c:\cacert.pem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment