browsermob-proxy
browsermob-proxy copied to clipboard
SSL proxy does not work in the debug mode
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?