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 Tigrister and the server:
| Field | Description | Example |
|---|---|---|
| Remote Address | Server IP address and port | 93.184.216.34:443 (IPv4) |
| Local Address | Your machine's IP and port for this connection | 192.168.1.5:54321 (IPv4) |
| HTTP Version | Protocol version used for the request | HTTP/2, HTTP/1.1 |
| Connection | Whether an existing connection was reused | Reused or New |
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 | TLS 1.3, TLS 1.2 |
| Cipher Suite | Encryption algorithm negotiated | 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.
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. Tigrister uses smart copy handling that works with both keyboard shortcuts (Ctrl/Cmd+C) and context menu copying.