Warning: Unable to get local issuer certificate code example
Example 1: unable to get local issuer certificate git
git config --global http.sslVerify false
Example 2: SSL certificate problem: unable to get local issuer certificate
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);