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

 

출처

https://stackoverflow.com/a/52697992

+ Recent posts