"Curl: (60) SSL certificate problem: unable to get local issuer certificate"의 두 판 사이의 차이

잔글 (봇: 자동으로 텍스트 교체 (-</source> +</syntaxhighlight>, -<source +<syntaxhighlight ))
15번째 줄: 15번째 줄:
Unauthorized
Unauthorized
</syntaxhighlight>
</syntaxhighlight>
==조치방법==
* 로컬 프록시에서 제공하는 인증서를 [[/usr/local/share/ca-certificates/]]에 넣고 [[update-ca-certificates]]


==같이 보기==
==같이 보기==

2021년 5월 18일 (화) 13:20 판

1 개요

curl: (60) SSL certificate problem: unable to get local issuer certificate
testuser1@localhost:~$ curl https://localhost:9200
curl: (60) SSL certificate problem: unable to get local issuer certificate
More details here: https://curl.haxx.se/docs/sslcerts.html

curl failed to verify the legitimacy of the server and therefore could not
establish a secure connection to it. To learn more about this situation and
how to fix it, please visit the web page mentioned above.
testuser1@localhost:~$ curl -k https://localhost:9200
Unauthorized

2 조치방법

3 같이 보기

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