How to sniff HTTPS traffic from Android emulator to remote server ?

Viewed 20097

I want to monitor HTTPS traffic from my application to remote server. I am trying to follow this instruction and it works for HTTP (without s), but not for HTTPS.

What is wrong? Should I write some custom code in my application to use https-proxy ?

4 Answers
Related