You can use a proxy server (such as Charles Proxy, Burp or Fiddler) and proxy the ssl traffic. Then, all you have to know is the proxy's private key, which can usually set by you. Here's some instructions I've found a few months ago on how to do this with Fiddler, but I must admit I haven't tried them yet:
One thing to remember - using a proxy server may change your application behavior. For example, Firefox may only open up to six concurrent sockets (instead of tens) when using a proxy. Sometimes, however, that's your only option.
On Tue, Jul 5, 2011 at 4:19 AM, Andrej van der Zee
<andrejvanderzee@xxxxxxxxx> wrote:
Thanks for your email.
And I assume their is no way to obtain the server's private key
without contacting the server's system administrators and become
really good friends first ;)
Is there absolutely no way around this?
Cheers,