I am trying to view the SSL requests that an app is making on my iPhone. I have the SSL traffic in Wireshark. However, I need to obtain the key. How can I get this key off my iPhone?
I ended up using mitmproxy and then following this tutorial:
http://jasdev.me/intercepting-ios-traffic
I can now view all the HTTPS requests from the app.