[ubuntu] CAfile: /etc/ssl/certs/ca-certificates.crt 오류 해결책

페이지 정보

profile_image
작성자 로빈아빠
댓글 0건 조회 8,956회 작성일 09-12-13 11:32

본문

CURL을 이용해 https:// 로 리퀘스트를 요청했다가 다음과 같은 에러가 났다.

CURL error: error setting certificate verify locations:
CAfile: /etc/ssl/certs/ca-certificates.crt
CApath: none

이럴 때 ca-certificates 패키지를 설치해주면 문제 해결!!

# sudo apt-get install ca-certificates

댓글목록

등록된 댓글이 없습니다.