dan-coulter / phpflickr

PHP Wrapper for the Flickr API
GNU General Public License v2.0
207 stars 128 forks source link

Curl SSL Verification #43

Closed Hsidhu closed 9 years ago

Hsidhu commented 10 years ago

Recently, I run in to problem where post function in phpflickr.php file wasn't returning anything. So, I had to add this is curl request curl_setopt($curl, CURLOPT_SSL_VERIFYPEER, false); Then everything works fine