-
[python] python3 - urllib3 telepot ssl certificate verify errorPrograming/python 2019. 11. 11. 18:21
error message :
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='api.telegram.org', port=443): Max retries exceeded with url: /bot984209853:AAEVtP_NYAi7QVn6ibL7gHUPk4DUkFUjGCE/getUpdates (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.c:1056)')))
You need to downgrade urllib3 version from 1.25.x to 1.24.1.
'Programing > python' 카테고리의 다른 글
[flask] python - UnicodeDecodeError: 'utf-8' codec can't decode byte 0xff in position 0: invalid start byte (0) 2021.11.22 [python] 파이썬에서 requests로 파일 전송하기. (0) 2020.11.03 [python] 웹 사이트 크롤링(parsing) with BeautifulSoup/requests/selenium (0) 2020.03.16 [data statistics] Data distribution (0) 2019.11.26 [python] Make Korail reservation Macro with telegram bot (2) 2019.11.12