apt install을 하는데 다음과 같은 에러가 나오는 경우가 있습니다.
apt-get update failed because certificate verification failed because handshake failed on nodesource
위 에러는 우분투 리눅스에 설치된 certification에 문제가 생겼기 때문입니다.
다음과 같이 재설치하면 해결됩니다.
sudo apt install ca-certificates
apt install을 하는데 다음과 같은 에러가 나오는 경우가 있습니다.
apt-get update failed because certificate verification failed because handshake failed on nodesource
위 에러는 우분투 리눅스에 설치된 certification에 문제가 생겼기 때문입니다.
다음과 같이 재설치하면 해결됩니다.
sudo apt install ca-certificates
Copyright © 2025 토탈 데이터 사이언스 - Total Data Science