인프런 영문 브랜드 로고
인프런 영문 브랜드 로고

인프런 커뮤니티 질문&답변

정세종님의 프로필 이미지
정세종

작성한 질문수

실리콘밸리 엔지니어와 함께하는 Elasticsearch

Elasticserach 아키텍처에 대해 알아보자

윈도우에서 curl 인증문제

작성

·

23

0

안녕하세요 강사님

docker cp로 인증서 복사 후에 curl테스트 시 정상적으로 동작하지 않아서 문의드립니다..

무엇이 문제일까요?

 

PS C:\dev\elasticsearch> curl.exe --cacert /tmp/ca.crt -u elastic:changeme https://localhost:9200

curl: (60) schannel: CertGetCertificateChain trust error CERT_TRUST_REVOCATION_STATUS_UNKNOWN

More details here: https://curl.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 webpage mentioned above.

PS C:\dev\elasticsearch>

답변 1

0

미쿡엔지니어님의 프로필 이미지
미쿡엔지니어
지식공유자

안녕하세요 정세종님,

아마도 파워쉘을 사용하시고 계신거 같은데, Cert 경로시 문제가 있는 것 같습니다.

curl.exe --cacert C:\tmp\ca.crt -u elastic:changeme https://localhost:9200

그래도 안된다면 Cert 확인을 비활성화 하셔서 사용하셔도 될 듯 합니다.

curl.exe --cacert C:\tmp\ca.crt --ssl-no-revoke -u elastic:changeme https://localhost:9200

마지막으로 ca.crt 파일이 잘 복사 되었는지 확인해 주세요.

그렇게 해도 안되면... ㅎㅎㅎ 다시 질문 남겨주세요 ㅎㅎ

정세종님의 프로필 이미지
정세종

작성한 질문수

질문하기