Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none

export GIT_SSL_NO_VERIFY=1
#or
git config --global http.sslverify false
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #server #certificate #verification
ADD COMMENT
Topic
Name
5+6 =