Problem With Solutions

Something Different In Linux

Home » Uncategorized » Curl webservice CURLE_SSL_CACERT (60) Peer certificate

Error : Curl webservice CURLE_SSL_CACERT (60) Peer certificate cannot be authenticated with known CA certificates.

Solution:  Add the following line in your file on which you have access the domain.

curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);

Done

Optimized by SEO Ultimate