컴퓨터 / Computer

wget 쓸때 인증 오류 해결 방법

우분투에서 구동 중인 Wget 


ERROR: cannot verify *******'s certificate

Self-signed certificate encountered.

To connect to ***** insecurely, use `--no-check-certificate'.




저렇게 나오면 파일을 하나 만든다.


.wgetrc


생성된 파일에는 아래 내용을 넣는다.


check_certificate = off




Comments