mitmproxy icon indicating copy to clipboard operation
mitmproxy copied to clipboard

recording freezes for IIS server with client certificate

Open mrsiano opened this issue 3 years ago • 0 comments

Problem Description

recording freezes when trying to recored application on top of IIS server that uses client certificate. but when using the same client certificate (same authority) on top of Apache server the recording passed as expected.

note: without mitmproxy we have normal behaviour on browser, we see the behaviour only when recording.

Steps to reproduce the behaviour:

  1. install IIS server (IIS version 6.2 on windows 2012 R2)

  2. generate some CA (authority).

  3. configure the IIS server as following: image image image

  4. recored the IIS app by using client certificate.

System Information

Mitmproxy: 8.1.1 binary Python: 3.10.5 OpenSSL: OpenSSL 3.0.3 3 May 2022 Platform: macOS-10.15.7-x86_64-i386-64bit

mrsiano avatar Aug 03 '22 14:08 mrsiano