forked from pengkong/A3M-for-CodeIgniter-2.0
-
Notifications
You must be signed in to change notification settings - Fork 52
Google and OpenID Setup
Jakub edited this page Sep 6, 2013
·
1 revision
- Those should work out of the box. No further configuration needed.
-
Some webservers (XAMMP) have outdated certificates. If you get a
Fatal error: Call to a member function addExtension() on a non-object in
error you must do the following:edit
application/helpers/account/Auth/Yadis/ParanoidHTTPFetcher.php
and addcurl_setopt($c, CURLOPT_SSL_VERIFYPEER, false);
after line 140 (beforecurl_exec($c);
)WARNING: DO NOT DO THIS ON YOUR PRODUCTION/LIVE WEB SERVER AS THIS LEAVES YOUR SERVER VURNERABLE TO MITM ATACKS