0

I am writing a java app server that connects to another third party server over HTTPS. I would like to capture the traffic between these two servers (which is over HTTPS). The third party server's private key is not accessible to us. They have provided us pfx file which our server is using while making a connection to that thrird party server. Any tool I can use? I have seen several posts regarding this, but not sure which way works. Any help would be appreciated. Thanks.

4

1 に答える 1

0

SSL の要点は、これを行うことができないということです...キーを持っていても、トラフィックを復号化できない理由については、Diffie Hellmanを確認してください。

于 2013-03-28T06:18:24.773 に答える