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







