Written by

CTO at TDA
Question David Marinkovic · May 21, 2024

DEBUG HTTPS REST API WITH WIRESHARK

   

Hi guys,

I need to check my HTTPS POST REQUEST, in order to do this I try to catch it by using wireshark.

I can't see anything because of the encryption.

I try unsuccefully to use the SSLKEYLOGFILE key (windows 11), but the generated file did not increase when I trigger my code OR postman, it grows only by the action of the web browser.

My question is so simple :

1°) How have a clear view of the HTTPS request from IRIS code in wireshark

2°) Why the keylog file did not increase when trigger the code from IRIS ?

3°) Can I use the cert of IRIS to see clearly the traffic in WireShark and where is this cert ?

4°) How to insert in wireshark the cert of IRIS ?

Best regards guys

 

David

Product version: IRIS 2023.1
$ZV: IRIS for Windows (x86-64) 2023.1.1 (Build 380) Fri Jul 7 2023 23:59:41 EDT

Comments

Alin Soare  May 22, 2024 to Timo Lindenschmid

Actually, the question was, how to debug IRIS network traffic using wireshark.  How to let wireshark know what is the encryption key used by IRIS and have wireshark display the explicit REST packages that are contained within "Application Data" SSL packages...

0