[3.10.5] - 2026-04-01
Fixed
- Probe false positives on Meridian-deployed servers — suspicious port scan now verifies with an HTTPS request before flagging. Cloud middleboxes that complete TCP handshakes but serve no content are reported as informational, not issues.
- Probe SNI consistency false positives — certificates are now compared by subject+issuer identity (via openssl) instead of raw bytes. CDN cert rotation (same origin, different serial numbers) no longer triggers warnings.
- XHTTP upstream timeouts — nginx reverse proxy
proxy_read_timeoutincreased from 360s to 86400s for XHTTP location blocks. XHTTPmode=autolets clients negotiate streaming modes (stream-one/stream-up) with long-lived connections that previously timed out. Addedproxy_send_timeoutandproxy_request_buffering off.
Changed
- Probe verdict — removed circular "Meridian handles these automatically:
meridian deploy" suggestion. Replaced with neutral diagnostic messaging.