requests InsecureRequestWarning: Unverified HTTPS request is being made.

917 단어 python
requests 를 사용 할 때 오류 발생:
.virtualenvs/py3/lib/python3.6/site-packages/urllib3/connectionpool.py:858: 
InsecureRequestWarning: Unverified HTTPS request is being made.
Adding certificate verification is strongly advised. See:
https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings

힌트 에 따라 보기:https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
문서 상단 에 아래 문장 을 더 하면 잘못 보고 하지 않 는 다.
import urllib3

urllib3.disable_warnings()

좋은 웹페이지 즐겨찾기