[geeklog-hg] geeklog: Let's not worry about SSL, It is creating problems down...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sat Nov 2 15:19:11 EDT 2013


changeset 9328:349676bb1bff
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/349676bb1bff
user: Tom <websitemaster at cogeco.net>
date: Sat Nov 02 14:39:52 2013 -0400
description:
Let's not worry about SSL, It is creating problems downloading user image for Google oauth account

diffstat:

 system/classes/oauthhelper.class.php |  2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diffs (12 lines):

diff -r fb6b973b36af -r 349676bb1bff system/classes/oauthhelper.class.php
--- a/system/classes/oauthhelper.class.php	Sat Oct 26 11:35:32 2013 -0400
+++ b/system/classes/oauthhelper.class.php	Sat Nov 02 14:39:52 2013 -0400
@@ -406,6 +406,8 @@
             'timeout' => 30,
             'follow_redirects' => TRUE,
             'max_redirects' => 5,
+            'ssl_verify_peer'   => false,
+            'ssl_verify_host'   => false
         ));        
         $request->setHeader('User-Agent', 'Geeklog/' . VERSION);
         $request->setHeader('Referer', COM_getCurrentUrl());



More information about the geeklog-cvs mailing list