Answers for "fatal unable to access ssl certificate problem: self signed certificate in certificate chain"

PHP
1

git clone fatal: unable to access SSL certificate problem: self signed certificate in certificate chain

git -c http.sslVerify=false clone https://example.com/path/to/git
Posted by: Guest on November-10-2021
0

CURL error 60: SSL certificate problem: self signed certificate in certificate chain

#INI Setting
curl.cainfo = <absolute_path_to> cacert.pem
Posted by: Guest on October-06-2021

Code answers related to "fatal unable to access ssl certificate problem: self signed certificate in certificate chain"

Browse Popular Code Answers by Language