Answers for "gitlab unable to access ssl certificate problem"

3

fatal: unable to access 'https://gitlab.operasolutions.com/poc/jpm-demo.git/': 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

gitlab server certificate verification failed

ubuntu
sduo apt-get update
sudo apt-get install apt-transport-https ca-certificates -y 
sudo update-ca-certificates
upload certificate to /usr/local/share/ca-certificates/

centos
upload certificate to /etc/pki/ca-trust/source/anchors/
update-ca-trust
Posted by: Guest on January-06-2022

Code answers related to "gitlab unable to access ssl certificate problem"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language