"Error: SSL certificate problem"의 두 판 사이의 차이

잔글 (봇: 자동으로 텍스트 교체 (-<source lang='cli'> +<source lang='console'>))
잔글 (봇: 자동으로 텍스트 교체 (-== 참고 자료 == +==참고==))
27번째 줄: 27번째 줄:
*[[미디어위키 유투브 확장기능 사용하기]]
*[[미디어위키 유투브 확장기능 사용하기]]


==참고 자료==
==참고==
*http://stackoverflow.com/questions/3777075/ssl-certificate-rejected-trying-to-access-github-over-https-behind-firewall/4454754#4454754
*http://stackoverflow.com/questions/3777075/ssl-certificate-rejected-trying-to-access-github-over-https-behind-firewall/4454754#4454754



2017년 6월 27일 (화) 03:05 판

Error: SSL certificate problem

1 문제상황

[root@zetawiki extensions]# git clone https://gerrit.wikimedia.org/r/p/mediawiki/extensions/YouTube.git
Cloning into 'YouTube'...
error: SSL certificate problem, verify that the CA cert is OK. Details:
error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed while accessing https://gerrit.wikimedia.org/r/p/mediawiki/extensions/YouTube.git/info/refs
fatal: HTTP request failed

2 해결방법

  • 가장 간단한 해결방법
  • git 명령어 앞에 env GIT_SSL_NO_VERIFY=true를 붙여 SSL인증서 검사 안함
[root@zetawiki extensions]# env GIT_SSL_NO_VERIFY=true git clone https://gerrit.wikimedia.org/r/p/mediawiki/extensions/YouTube.git
Cloning into 'YouTube'...
remote: Counting objects: 186, done
remote: Finding sources: 100% (186/186)
remote: Getting sizes: 100% (54/54)
remote: Total 186 (delta 69), reused 186 (delta 69)
Receiving objects: 100% (186/186), 152.40 KiB | 96 KiB/s, done.
Resolving deltas: 100% (69/69), done.

3 같이 보기

4 참고

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}