[Python]requests 出现ssl handshake
2018-10-11 本文已影响17人
_小老虎_
参考 https://stackoverflow.com/questions/31649390/python-requests-ssl-handshake-failure
- 解决方法
pip install requests[security]
# This installs pyOpenSSL, ndg-httpsclient and pyasn1.
参考 https://stackoverflow.com/questions/31649390/python-requests-ssl-handshake-failure
pip install requests[security]
# This installs pyOpenSSL, ndg-httpsclient and pyasn1.