Running sudo apt-get update
sur mon instance AWS EC2 Ubuntu 18.04.01 LTS échoue :
Certificate verification failed: The certificate is NOT trusted. The certificate issuer is unknown
lorsqu'on essaie d'accéder au deb.nodesource.com/node_10.x bionic Release
Voici le résultat après avoir exécuté sudo apt-get update
:
Hit:1 http://us-east-1.ec2.archive.ubuntu.com/ubuntu bionic InRelease
Get:2 http://us-east-1.ec2.archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB]
Ign:3 https://deb.nodesource.com/node_10.x bionic InRelease
Get:4 http://us-east-1.ec2.archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB]
Err:5 https://deb.nodesource.com/node_10.x bionic Release
Certificate verification failed: The certificate is NOT trusted. The certificate issuer is unknown. Could not handshake: Error in the certificate verification. [IP: XX.XXX.XX.XX 443]
Get:6 http://security.ubuntu.com/ubuntu bionic-security InRelease [83.2 kB]
Reading package lists... Done
W: https://deb.nodesource.com/node_10.x/dists/bionic/InRelease: No system certificates available. Try installing ca-certificates.
W: https://deb.nodesource.com/node_10.x/dists/bionic/Release: No system certificates available. Try installing ca-certificates.
E: The repository 'https://deb.nodesource.com/node_10.x bionic Release' no longer has a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
Il semble que mon installation actuelle de Node.js soit à l'origine du problème.
J'ai essayé d'installer et de mettre à jour ca-certificates
en etc/ssl/certs
Cependant, cela n'a pas aidé. Je ne sais pas exactement comment procéder pour résoudre ce problème.
Je ne cherche pas une solution de contournement rapide qui compromettrait la sécurité du serveur.