ubuntu
NPM Install errs as follows:
npm ERR! Error while executing:
npm ERR! /usr/bin/git ls-remote -h -t https://test.com/scm/saf/test.git
npm ERR!
NPM ERR! fatal: unable to access ‘https://test.com/scm/saf/test.git/’: server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none
npm ERR!
NPM ERR! exited with error code: 128
npm ERR! A complete log of this run can be found in:
npm ERR!/home/test /. NPM/_logs/2020-05-08 T03_03_55_220Z – debug. Log
the reason is that the private certificate is used. After checking the data, the security authentication of the system is shut down.
git config –global http.sslverify “false”
or
export GIT_SSL_NO_VERIFY=1
Reference: https://blog.csdn.net/xunan003/article/details/82190419
NPM Install errs as follows:
npm ERR! Error while executing:
npm ERR! /usr/bin/git ls-remote -h -t https://test.com/scm/saf/test.git
npm ERR!
NPM ERR! fatal: unable to access ‘https://test.com/scm/saf/test.git/’: server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none
npm ERR!
NPM ERR! exited with error code: 128
npm ERR! A complete log of this run can be found in:
npm ERR!/home/test /. NPM/_logs/2020-05-08 T03_03_55_220Z – debug. Log
the reason is that the private certificate is used. After checking the data, the security authentication of the system is shut down.
git config –global http.sslverify “false”
or
export GIT_SSL_NO_VERIFY=1
Reference: https://blog.csdn.net/xunan003/article/details/82190419
Read More:
- How to Fix server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none
- Git prompt error setting certificate verify locations
- Python uses requests to request and reports SSL: CERTIFICATE_VERIFY_FAILED error
- error: RPC failed; curl 56 OpenSSL SSL_ read: SSL_ ERROR_ Syscall, errno 10054 solution
- Error 9 at 1 depth lookup:certificate is Not yet valid error
- PHP function file_ get_ Contents() reports an error when using HTTPS protocol: SSL operation failed
- Python error open SSL.SSL.SysCallError :(-1,‘Unexpected EOF‘)
- Git authentication failure solution, due to the problem of password modification
- How to Solve Error: The requested URL returned error: 401 Unauthorized while accessing
- git clone https:// gnutls_handshake() failed: The TLS connection was non-properly terminated.
- git clone Error: “server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLf…
- python:urllib2.URLError urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed
- cas report error (No subject,’principal’ cannot be null, PKIX path validation failed, etc.)
- Git clone appears fatal: unable to access’ https://github.com/… The solution to the problem
- python3 request module https certificate verify failed error
- [Solved] Error: unable to verify the first certificate
- Solution of apt unable to update in the docker container of raspberry pie
- How to solve the problem of “blocked loading mixed active content” in Firefox
- A case diagnosis and solution of DB2 error code 1639 and SQL state 08001 is described in detail
- SSL handshake failed: SSL error: illegal key usage detected in the certificate