TLS Inspect / View

asked 2019-10-21 19:53:17 +0000

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

edit retag flag offensive close merge delete

Comments

cmaynard gravatar imagecmaynard ( 2019-10-21 20:13:57 +0000 )edit

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

Chuckc gravatar imageChuckc ( 2019-10-21 22:07:34 +0000 )edit

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 !

wsnewuseruk gravatar imagewsnewuseruk ( 2019-10-23 10:05:49 +0000 )edit