Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- error
- C++
- Python
- JSON
- 기타 연주
- Docker
- 채보
- mysql
- 프로그래머스
- paramiko
- 명령어
- pip
- 핑거스타일
- C#
- pandas
- ubuntu
- VS Code
- Linux
- 오류
- pytorch
- YOLO
- SSH
- label
- C
- Numpy
- LIST
- Visual Studio
- Selenium
- OpenCV
- windows forms
Archives
- Today
- Total
목록SSL peer certificate (1)
기계는 거짓말하지 않는다
libcurl curl_easy_perform() failed: SSL peer certificate or SSH remote key was not OK 오류
curl 라이브러리를 이용할 때 볼 수 있는 SSL 인증 관련 오류이다. 아래는 해결 방법들이다. SSL Disable Docs: CURLOPT_SSL_VERIFYPEER CURLOPT_SSL_VERIFYPEER CURLOPT_SSL_VERIFYPEER explained Name CURLOPT_SSL_VERIFYPEER - verify the peer's SSL certificate Synopsis #include CURLcode curl_easy_setopt(CURL *handle, CURLOPT_SSL_VERIFYPEER, long verify); Description Pass a long as parameter to enable or disable. T curl.se 아래와 같이 SSL 인증을 di..
C
2023. 5. 27. 22:51