HTTP/2 is the 2nd version of HTTP featuring multiplexing (one TCP connection for many requests), header compression (HPACK), server push. Based on Google's SPDY. Supported by every modern browser. In 2026, ~95% of HTTPS sites use it.
HTTP/2 is the 2nd version of HTTP featuring multiplexing (one TCP connection for many requests), header compression (HPACK), server push. Based on Google's SPDY. Supported by every modern browser. In 2026, ~95% of HTTPS sites use it.
Protocol testing checks which TLS versions the server supports. Legacy versions (TLS 1.0, SSL 3.0) have known vulnerabilities and must be disabled.
Check TLS 1.0, 1.1, 1.2, 1.3 support — with security rating for each.
List of supported cipher algorithms with strength rating for each.
ALPN negotiation check for HTTP/2 (h2) and HTTP/3 (h3) via QUIC.
Detection of BEAST, POODLE, DROWN, and other TLS/SSL attacks.
TLS configuration check
protocol and cipher audit
HTTP/2 compatibility
HTTPS ranking signal
SSL monitor alerts 30 days before expiry and on TLS version changes.
Sign up freeIf you work with web infrastructure — yes. See description above.