This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
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:





