Naver Cloud Platform
OS : CentOS 7.8
에러발생
wget 을 이용해 tomcat을 다운로드 하려고 하니 에러가 났다.
에러원인
https 사이트에 접근할 때 SSL 인증서를 검토하는데,
이때 인증기관의 인증서 목록이 없거나 모르는 기관에서 발급한 인증서일 경우 인증서 검증 에러를 발생시킨다.
해결방안
1. --no-check-certificate 옵션
wget https://abc.com/def.tar.gz --no-check-certificate
2. 패키지 설치
yum install -y ca-certificates
3. http 로 설치
https로 시작하는 주소를 http로 변경한다. (될 때도 있고 안될 때도 있음)
'IT > Error' 카테고리의 다른 글
[Linux] /bin/bash^M: bad interpreter (0) | 2023.03.13 |
---|---|
[Linux] bash: /usr/bin/yum: /usr/bin/python: bad interpreter: No such file or directory (2) | 2022.12.08 |
[Linux] curl#6 - "Could not resolve host: mirrorlist.centos.org; Unknown error"" (3) | 2022.04.01 |
[VMware] Module ‘VPMC’ power on failed (2) | 2022.03.30 |