[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.
    原文作者:_小老虎_
    原文地址: https://www.jianshu.com/p/6eeae016ee5b
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞