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
If you have access to the IRIS instance then you can also use ISCLOG
ref Logging | InterSystems IRIS Data Platform 2024.1
Just be aware the data resides in %SYS in ^ISCLOG in the %SYS namespace not in ^%ISCLOG
^%ISCLOG is used to enable the logging though
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...