The proxy difference between mitmproxy and fiddle

发布时间 2023-07-01 06:52:26作者: Mysticbinary

Description

  1. A bank webside , I can caught the https flows when to use fiddle ;
  2. And I caught fail of the https flows when to use mitmproxy ,
  • Status Code: 502
  • Response show : 502 Bad Gateway
  • Response show : "OpenSSL Error([('SSL routines', '', 'unsafe legacy renegotiation disabled')])"

Why ?

todo