[Git] SSL 에러 : SSL certificate problem: unable to get local issuer certificate SSL Certificate 란? SSL 은 Secure Sockets Layer 의 약자로써, 웹 서버 - 웹 브라우저 간의 암호화된 링크를 생성하여 사용자와 웹 사이트 간의 통신을 보호한다. 어느 날 갑자기, 문제없던 git에서 pull을 하려니 아래와 같은 에러가 떴다! Git Pull Failed: unable to access 'https://git.주소.com" : SSL certificate problem: unable to get local issuer certificate 해당 문제는 내 local의 SSL 인증서가 self-signed 일 때 주로..