SSL Error in Rails 3.2.3 while using Google Oauth2 client to access API
I'm fairly new to OAuth2 and I'm trying to access a user's Blogger account through the Google API with Omniauth and the Google API client. I'm using the following: Rails 3.2.3 Ruby 1.9.3 oauth2 (0.8.0) omniauth (1.1.1) omniauth-google-oauth2 (0.1.13) google-api-client (0.4.6) When I first tried to authenticate a user with Google credentials, I received the following error: SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed However, when I added the specific path to my CA certs in the initializer, the error went away: provider :google_oauth2, ENV[