TLS & Connection Insights in Trace
What's New
Trace just got a bit smarter. When you use # @trace, the Timeline tab now reveals:
- Connection info - Protocol (HTTP/1.1 vs HTTP/2), connection reuse, resolved IPs, proxy/SSH tunnels.
- TLS details - TLS version, cipher suite, certificate chain with expiry warnings.
For anyone using scripts - new trace.connection() and trace.tls() bindings let you validate these details in tests.
Tip: Open any traced request and hit g+t to see TLS and connection info.