GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Description: Google Base Auth Class is a base for authenticating to google and making requests to google services.

Stop "warning: peer certificate won't be verified in this SSL session"

Edit googlebase-0.2.0/lib/google/base.rb Following the line in the “self.request” method (line #139, on the day I looked) that reads “http.use_ssl = true if url.port == 443”, add: http.verify_mode = OpenSSL::SSL::VERIFY_NONE

Last edited by rparker, 3 months ago
Versions: