apt install을 하는데 다음과 같은 에러가 나오는 경우가 있습니다.
1 2 3 |
apt-get update failed because certificate verification failed because handshake failed on nodesource |
위 에러는 우분투 리눅스에 설치된 certification에 문제가 생겼기 때문입니다.
다음과 같이 재설치하면 해결됩니다.
1 2 3 |
sudo apt install ca-certificates |