npm ERR! code CERT_HAS_EXPIRED npm ERR! errno CERT_HAS_EXPIRED npm ERR! request to https://npm.~~~.net:~~~/-/whoami failed, reason: certificate has expired

박범민·2023년 9월 15일
0

ERROR

목록 보기
8/10

문제상황

npm whoami --registry https://npm.~~~.net:~~~

사내 npm 레지스트리 접근 시, 위와 같은 명령어를 입력했을 때 아래와 같은 오류 메세지가 나왔다.

npm ERR! code CERT_HAS_EXPIRED
npm ERR! errno CERT_HAS_EXPIRED
npm ERR! request to https://npm.~~~.net:~~~/-/whoami failed, reason: certificate has expired

해결방법

npm config set strict-ssl false

ssl/tls 인증서가 만료되었기 때문에 발생하는 문제였다.
위 명령어로 https 경고 해제를 하면 된다.

참고

https://github.com/node-fetch/node-fetch/issues/568

profile
사람은 모로가도 제자리에 놓이게 된다.

0개의 댓글