PHP How to fix PHP CURL Error 60 – Easy Way October 8, 2017October 8, 2017 TechnoWalker 0 Comments cUrl Always ShareFacebookTwitterGoogle+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 !! Always ShareFacebookTwitterGoogle+