cURL error 60
-
Hi
I’m totally new with wordpress I have created my company website at sinawood.com.
I’m trying to run the GSMTP service for my website I have this error when trying to grant permission :I have downloaded the cacert.pem file and copied to root and I have used the code bellow in the file : “sinawood.com/wp-includes/Requests/Transport/cUrl.php
curl_setopt($process, CURLOPT_CAINFO, dirname(__FILE__) . ‘/cacert.pem’);
curl_setopt($process, CURLOPT_SSL_VERIFYPEER, true);
4
and replaced the diname(__FILE__) so the code is :curl_setopt($process, CURLOPT_CAINFO,’https://sinawood.com/cacert.pem’);
curl_setopt($process, CURLOPT_SSL_VERIFYPEER, true);but still I cannot solve my problem
The topic ‘cURL error 60’ is closed to new replies.