首页 > 编程语言 > 详细

python解决SNIMissingWarning和InsecurePlatformWarning警告

时间:2016-06-19 08:59:16      阅读:656      评论:0      收藏:0      [点我收藏+]

在想要获取https站点的资源时,会报出SNIMissingWarning和InsecurePlatformWarning警告

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

This may cause the server to present an incorrect TLS certificate, which can cause validation failures. For more information, see 技术分享https://urllib3.readthedocs.org/en/latest/security.html#snimissingwarning.
  SNIMissingWarning
 A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see 技术分享https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.
  InsecurePlatformWarning 

 
解决方法:
 
在cmd中输入:
pip install pyopenssl ndg-httpsclient pyasn1

python解决SNIMissingWarning和InsecurePlatformWarning警告

原文:http://www.cnblogs.com/kinsomy/p/5597407.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!