I want to decrypt https traffic, taken by tcpdump from my jailbroken iphone (ios 8.3). As i understand, i have to use private RSA key to decrypt incoming https traffic. I explored my filesystem and find only Keychains database, but it looks like to be quite useless.
Does anybody know, how can i get RSA private key used by Safari?
Thanks for answer. I thought about http proxy, but i found no way to implement automatic proxy configuration when my phone enters new network, and i really need it. Do you know, is itpossible to dedicate proxy settings for all the networks at all?
So, my decision is to write shell-script which runs tcpdump and sends captured packets to my server in internet using sftp. But so i have to decrypt https traffic, and i need to have private RSA key Safari uses.