If the CodeBuild failed with following issue:
Err:4 https://deb.nodesource.com/node_14.x focal Release Certificate verification failed: The certificate is NOT trusted. The certificate chain uses expired certificate.
Could not handshake: Error in the certificate verification.
Try to add the following command before installing the node in your buildspec.yml file:
- apt-get update - echo Installing Certificate... - apt-get install ca-certificates
References:
https://github.com/nodesource/distributions/issues/1266
Similar Posts:
- Server SSL certificate verification failed: certificate has expired, issuer is not trusted
- [Solved] Homebrew curl: (60) SSL certificate problem: certificate has expired
- idea checkout SVN:svn: E230001: Server SSL certificate verification failed: certificate issued
- Curl https Error: curl: (60) Peer certificate cannot be authenticated with known CA certificates
- [Solved] Uniapp packaging IOS error: Apple root certificate is not installed in the current system
- [Solved] git clone:“server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt C…
- 4 Methods to Solve Error: Server certificate verification failed. CAfile: /e
- Xcode Package Archive Error: Command /usr/bin/codesign failed
- [Solved] remote: HTTP Basic: Access denied Authentication failed for ‘https://’
- How to Solve Let’s Encrypt certificate wget Error