TLS Inspect / View
I have a .Net applicaion which interfaces with an online provider to exchange information. Its quite a simple process however I need to review the data exchanged - using something external to the program in order to "prove" the process is working..
With Fiddler it was very simple however the program was less than reliable.
I have the application, and the web site with which it will connect. Is there an idiots-guide method of configuring WS to decrypt and dispay the encrypted traffic please?
Thanks
Have you looked at https://wiki.wireshark.org/TLS?
Lots of talks covering TLS (and SSL in earlier years): https://www.youtube.com/user/SharkFes...
SF19US - 02 TLS encryption & decryption (Ross Bagurdes)
https://youtu.be/qbPOXoNXtGY
SF19US - 09 TLS debugging (Peter Wu)
https://youtu.be/Ha4SLHceF6w
Thanks but if I'm honest I still don't follow. I don't know how to generate any keys or make WS decrypt the traffic?
Help !