Hi everyone!
I use MobProxy in the project for testing mobile apps. MobProxy is integrated via Embedded mode. The proper certificate is installed on simulator/emulator. The project is running in IntelliJ IDEA.
MobProxy works as expected in the Run mode.
But when I start the Debug mode all https traffic from the simulator are blocked. I see in the HAR only CONNECT requests.
Any Ideas how to enable https traffic in the Debug mode?