khaha

mitmdump 抓包错误:Certificate verification error for www.****.com: unable to get local issuer certificate (errno: 20, depth: 0)

在使用抓包的时ca证书都安装好了,一般的https都可以正常的抓取到数据,但是其中的一个就出现了:Certificate verification error for www.****.com: unable to get local issuer certificate (errno: 20, depth: 0) 错误!! 并且页面就报错了!

之前就有几位大神说使用 mitmdump --insecure 跳过不安全的,使用后,在抓取时页面可以正常的显示,但是却抓不取数据。

经过几天的网上查找,方法试了,最终的办法是一个是使用 --ssl-insecure 解决!!!!~~~

>>> mitmdump --ssl-insecure

提示错误,但是可以抓到数据。

 

posted on 2019-06-17 11:05 Haha.chen 阅读(...) 评论(...) 编辑 收藏

分类:

python

技术点:

相关文章:

  • 2021-04-11
  • 2021-10-27
  • 2021-12-24
  • 2021-05-12
  • 2021-05-02
  • 2021-07-29
猜你喜欢
  • 2021-05-01
  • 2021-06-09
  • 2021-12-03
  • 2021-09-25
  • 2021-07-14
  • 2021-12-10
  • 2021-10-03
相关资源
相似解决方案