Cloud Infra Architecture (AWS)/AWS Build

[Ubuntu / Linux] code branch시 장애 발생 (ERROR: cannot verify vscode.download.prss.microsoft.com's certificate, issued by)

seongduck 2024. 7. 12. 17:32

code 브랜치할 경우 다음과 같은 장애가 뜰 경우가 있다.

ERROR: Failed to download https://update.code.visualstudio.com/commit:8b3775030ed1a69b13e4f4c628c612102e30a681/server-linux-x64/stable to /home/siu/.vscode-server/bin/8b3775030ed1a69b13e4f4c628c612102e30a681-1720765002.tar.gz
Please install missing certificates.
Debian/Ubuntu:  sudo apt-get install ca-certificates

 

간단하게 다음 한줄을 추가해주고 실행하자.

인증서 확인을 무시하는 문장을 추가하면 된다.

echo "check_certificate = off" >> ~/.wgetrc #인증서 확인을 무시하자
code 브런치