curl, yum install 등의 명령어 실행시 아래처럼 SSL 이슈가 나오는 경우
[MIRROR] pgdg-redhat-repo-latest.noarch.rpm: Curl error (60): Peer certificate cannot be authenticated with given CA certificates for https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm [SSL certificate problem: self signed certificate in certificate chain] [FAILED] pgdg-redhat-repo-latest.noarch.rpm: Curl error (60): Peer certificate cannot be authenticated with given CA certificates for https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm [SSL certificate problem: self signed certificate in certificate chain] Curl error (60): Peer certificate cannot be authenticated with given CA certificates for https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm [SSL certificate problem: self signed certificate in certificate chain] |
yum.conf 파일을 열고
sudo vi /etc/yum.conf
아래를 추가
sslverify=false
출처
'Linux' 카테고리의 다른 글
[Linux] 파일의 접근 시간, 수정 시간, 변경 시간 확인하기 (0) | 2022.10.27 |
---|---|
[Linux] CentOS 에서 DNS 서버 설정 방법 (0) | 2022.04.05 |
[Linux] 도메인명으로 ip 찾는 방법 (0) | 2022.03.29 |
[Linux] 문서 내부의 내용까지 검색하는 명령어 (0) | 2022.03.25 |
[Linux] Ubuntu, Centos 환경변수 설정 방법 (0) | 2022.03.18 |