Trace/debug TCP connections on macOS

Hi. We are analyzing an issue in out macOS application. At some point a SSL channel open by the app to a server is broken and writing data is failing. Is there any tool recommended to trace/debug TCP connections for macOS. Regards, Pablo

See if implementing and connecting to and using the mitmproxy or similar TLS proxy tool might help figure out where the fault lurks.

Is there any tool recommended to trace/debug TCP connections for macOS.

There are many. For specific advice, see Choosing a Network Debugging Tool.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

Trace/debug TCP connections on macOS
 
 
Q