How do I decrypt java TLS traffic?
I want to try to debug an issue with my java app communicating with AWS. I know I should provide Wireshark with keys to decrypt the traffic but I'm not sure how to go about this. The docs say it's impossible without a private key which matches the server certificate. So is it possible and if so how?