반응형
error
-
ssl.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed 에러 해결Back-End/Python 2018. 9. 22. 22:08
맥북에서 CERTIFICATE VERIFY FAILED 에러 대처 파이썬으로 크롤링을 연습하던 중 에러를 만났다. self._sslobj.do_handshake() ssl.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:645) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/bsherman/anaconda/lib/python3.5/runpy.py", line 184, in _run_module_as_main "__main__", mod_spec) File "..