您的位置:首页 > 理论基础 > 计算机网络

Python 出现错误 SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform.

2017-05-11 16:58 3359 查看
报出SNIMissingWarning和InsecurePlatformWarning警告。

解决方法:

  

在cmd中输入:

  pip install pyopenssl ndg-httpsclient pyasn1
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐