Answers for "windows fatal: unable to access SSL certificate problem: unable to get local issuer certificate"

0

windows fatal: unable to access SSL certificate problem: unable to get local issuer certificate

# in unix put this in your .bash_profile, while
# in windows put it in a batch script that runs at startup or
# simply run it before cloning the repo
git config --global http.sslVerify false
Posted by: Guest on February-04-2021
0

SSL certificate problem: unable to get local issuer certificate

curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
Posted by: Guest on January-21-2021
-1

SSL certificate problem: unable to get local issuer certificate

curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0);
Posted by: Guest on January-21-2021

Code answers related to "windows fatal: unable to access SSL certificate problem: unable to get local issuer certificate"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language