반응형 CERTIFICATE_VERIFY_FAILED2 Python 인증서 오류 해결 - SSLError SSLCertVerificationError CERTIFICATE_VERIFY_FAILED 아래 명령을 이용해서 pip 사용시 신뢰하는 호스트를 추가하도록 하자. python3 -m pip config set global.trusted-host=pypi.org files.pythonhosted.org 이후 설정이 잘 적용 되었는지 pip 설정을 확인하면 된다. pip config list 2022. 7. 29. PYTHON pip install fails with “connection error: [SSL: CERTIFICATE_VERIFY_FAILED] If you manage the proxy or SSL certificate separately, the following certificate error may occur. In this case, you can use it by specifying a trusted host in Python’s package installation tool, pip. WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate.. 2020. 10. 6. 이전 1 다음