browsermob-proxy icon indicating copy to clipboard operation
browsermob-proxy copied to clipboard

SSL proxy does not work in the debug mode

Open YuriyVelichkoPI opened this issue 5 years ago • 0 comments

We use MobProxy for testing mobile apps - iOS and Android.

The project is made in the IntelliJ IDEA. It works perfectly in the "Run" environment.

But when we try to debug the tests to watch the content of HAR, for instance, the proxying of https requests becomes broken.

All of them are unable to connect to the host. So I see only CONNECT attempts in the har log. Looks like the issue in the certificates since the http traffic is sniffed without errors

Any ideas why it does not work under Debug?

YuriyVelichkoPI avatar Oct 23 '20 14:10 YuriyVelichkoPI