解决:python爬取https站点时SNIMissingWarning和InsecurePlatformWarning
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了解决:python爬取https站点时SNIMissingWarning和InsecurePlatformWarning相关的知识,希望对你有一定的参考价值。
今天想利用Requests库爬取糗事百科站点,写了一个请求,却报错了:
后来参考kinsomy的博客,在cmd中pip install pyopenssl ndg-httpsclient pyasn1 后再重新运行,结果ok
以上是关于解决:python爬取https站点时SNIMissingWarning和InsecurePlatformWarning的主要内容,如果未能解决你的问题,请参考以下文章