Hi,
I too had this problem and successfully used Jared-C’s recommended solution (posted on github Apr 16) and added the following line of code to /lib/PHPoAuthLib/src/OAuth/Common/Http/Client/CurlClient.php:
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE);
Cheers,
Peter
Hi Jared,
I too had this problem and successfully used your recommended solution (posted on github Apr 16) and added the following line of code to /lib/PHPoAuthLib/src/OAuth/Common/Http/Client/CurlClient.php:
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE);
Cheers,
Peter