manywaypark's Blog
개발, 검색, 함수

'not trusted'에 해당되는 글 1건

  1. 2014.01.13 [ERR] The certificate of `raw.github.com' is not trusted.

그냥 간단하게 미리 빌드된 rebarwget을 써서 가져다 쓰려고 했는데 다음과 같은 에러가 나면서 아예 받아오지를 못했다.

$ wget https://raw.github.com/wiki/rebar/rebar/rebar && chmod u+x rebar

--2014-01-13 14:27:23--  https://raw.github.com/wiki/rebar/rebar/rebar

Resolving raw.github.com (raw.github.com)... 103.245.222.133

Connecting to raw.github.com (raw.github.com)|103.245.222.133|:443... connected.

ERROR: The certificate of `raw.github.com' is not trusted.

ERROR: The certificate of `raw.github.com' hasn't got a known issuer.


--no-check-certificate 옵션을 추가하면 해결되는데, 원래는 이렇게 쓰면 안될거같은데... 

$ wget --no-check-certificate https://raw.github.com/wiki/rebar/rebar/rebar && chmod u+x rebar


happy hackin'


2015-01-16: ca-certificates 패키지 까는 것이 정공법이다.

1 
분류 전체보기 (306)
잡담 (20)
함수형 언어 (65)
emacs (16)
java (18)
tips & tricks (154)
사랑 (1)
가사 (0)
독서 (4)
mobile (6)
비함수형 언어 (2)

공지사항

최근에 올라온 글

최근에 달린 댓글

최근에 받은 트랙백

04-24 08:20