-
Notifications
You must be signed in to change notification settings - Fork 697
Open
Description
안녕하세요 이번에 upbit api를 활용하여 서비스를 하나 개발중인데, api 호출시 다음과 같은 에러가 발생합니다.
requests.exceptions.SSLError: HTTPSConnectionPool(host='api.upbit.com', port=443): Max retries exceeded with url: /v1/market/all?isDetails=false (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate in certificate chain (_ssl.c:1020)'))
certifi 설정은 했는데 원인 파악이 힘들어서 문의 드립니다
메소드들 확인해보니까 requests 패키지를 사용하는데 verify 옵션을 제쪽에서 따로 False로 줄 순 없는 것같네요
os는 Mac 사용합니다.
Metadata
Metadata
Assignees
Labels
No labels