[Python]requests 出现ssl handshake failure

参考 https://stackoverflow.com/questions/31649390/python-requests-ssl-handshake-failure

  • 解决方法
pip install requests[security]
# This installs pyOpenSSL, ndg-httpsclient and pyasn1.

你可能感兴趣的:([Python]requests 出现ssl handshake failure)