How to fix PHP CURL Error 60 – Easy Way
Today we show you fix CURL error 60. for this we need to set following option in our cUrl request
<?php curl_setopt($process, CURLOPT_SSL_VERIFYPEER, false); ?>
Enjoy !!
Today we show you fix CURL error 60. for this we need to set following option in our cUrl request
<?php curl_setopt($process, CURLOPT_SSL_VERIFYPEER, false); ?>
Enjoy !!