解决:Python爬取https站点时SNIMissingWarning和InsecurePlatformWarning时间:2021-08-25 19:43:38今天想利用Requests库爬取糗事百科站点,写了一个请求,却报错了: 后来参考kinsomy的博客,在cmd中pip install pyopenssl ndg-httpsclient pyasn1 后再重新运行,结果ok