We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
안녕하세요 이번에 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 사용합니다.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
안녕하세요 이번에 upbit api를 활용하여 서비스를 하나 개발중인데, api 호출시 다음과 같은 에러가 발생합니다.
certifi 설정은 했는데 원인 파악이 힘들어서 문의 드립니다
메소드들 확인해보니까 requests 패키지를 사용하는데 verify 옵션을 제쪽에서 따로 False로 줄 순 없는 것같네요
os는 Mac 사용합니다.
The text was updated successfully, but these errors were encountered: