반응형
curl로 데이터를 전송하고자 할 때 셀프 사인 인증서(사설)를 사용하는 경우, 아래와 같은 오류가 발생한다.
curl: (60) SSL certificate problem: self signed certificate in certificate chain 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.
이 오류는 -k 옵션을 이용하면 해결이 가능하다.
-k옵션 --insecure https 사이트를 SSL certificate 검증없이 연결한다.
반응형
'Linux' 카테고리의 다른 글
AWS - SAML CLI 사용 gimme-aws-creds 사용법 (0) | 2022.10.21 |
---|---|
Docker - MAC M1 Error image's platform (linux/arm64/v8) does not match the detected host platform 해결 (0) | 2022.08.07 |
Linux/Ubuntu 파일 개수 확인 (0) | 2022.03.29 |
/var/log 로그 종류, grep 활용 (0) | 2022.03.27 |
Ubuntu - apt install force 무인 설치, 자동 제거 (0) | 2022.03.24 |