I am having difficulty decrypting tls1.2 messages in wireshark I have forced the client(.106) and server(.197) to negotiate to
which I believe is decryptable by just the servers private key which I have placed here here
In fact the change cipher spec apears to be tls decrypted here
However application data which is what I believe I want (its a chat application with the tls being supplied by nginx) is not decrypted
I think I am either confused and TLS_RSA_WITH_AES_128_CBC_SHA
is not able to be decrypted with just the key and I need to force another algorith or I have put the key in incorrectly, or perhaps there is another key exchanged? Thanks for any help! This is for a simple learning poc so I have full access to both client and server.