Capture SSL android traffic

  1. Setup burpsuite or similar
  2. Download Certificate (.cer)
  3. Copy to android emulator
  4. Settings -> Security -> Install certificate from SDCard
  5. adb shell settings put global http_proxy <burp_proxy_ip>:<burp_listening_port>
  6. To disable adb shell settings put global http_proxy :0