Detail
The Detail tab provides low-level information about the network connection, including IP addresses, HTTP version, TLS/SSL details, certificate information, DNS resolution, and size breakdown. This is invaluable for debugging connection issues and understanding network behavior.
Connection
Basic information about the TCP connection between Atrahasis and the server:
| Field | Description | Example |
|---|---|---|
| Remote Address | Server IP address and port. Always shown. | 93.184.216.34:443 (IPv4) |
| Local Address | Your machine's IP and port for this connection. Only shown when the platform exposes a local port/IP for the request — otherwise the row is hidden entirely. | 192.168.1.5:54321 (IPv4) |
| HTTP Version | Protocol version used for the request. Always shown. | HTTP/2, HTTP/1.1 |
| Connection | Connection-reuse indicator. This row appears only when an existing pooled connection is reused for the request; fresh connections do not render a Connection row at all. | Reused |
Example Display
TLS / SSL
For HTTPS connections, this section shows the encryption details. This section only appears for secure connections.
| Field | Description | Example Values |
|---|---|---|
| TLS Version | Protocol version used for encryption. Shown on every HTTPS connection. | TLS 1.3, TLS 1.2 |
| Cipher Suite | Encryption algorithm negotiated. Only rendered when the TLS backend reports a cipher suite name for this session; the row is hidden otherwise. | TLS_AES_256_GCM_SHA384 |
TLS Version Reference
| Version | Status | Notes |
|---|---|---|
| TLS 1.3 | Recommended | Most secure, fastest handshake |
| TLS 1.2 | Acceptable | Still secure with proper cipher suites |
| TLS 1.1 | Deprecated | Should be avoided if possible |
| TLS 1.0 | Insecure | Known vulnerabilities |
Certificate
For HTTPS connections, detailed information about the server's SSL certificate. This helps verify the server's identity and check certificate validity. Every field below is optional — if the certificate does not expose a given field (for example a self-signed certificate without an Organization), that row is hidden rather than shown as blank.
Subject
Information about the certificate owner (the server):
Issuer
Information about the Certificate Authority (CA) that signed the certificate:
Validity
The time period during which the certificate is valid:
Fingerprint
Unique identifiers for the certificate:
DNS
Domain Name System resolution information:
| Cache Status | Meaning | Performance Impact |
|---|---|---|
| Hit | IP address was found in local DNS cache | DNS lookup time is near zero |
| Miss | IP address was resolved from DNS server | Adds DNS lookup time to total |
Size Breakdown
Detailed breakdown of data transferred in both directions:
Understanding Size Metrics
Copying Values
All values in the Detail tab can be selected and copied. Atrahasis uses smart copy handling that works with both keyboard shortcuts (Ctrl/Cmd+C) and context menu copying.