Skip to content

HTTP/2 & HTTP/3 Protocol Test

Check which HTTP protocols your server supports — HTTP/1.1, HTTP/2, and HTTP/3 (QUIC)

TL;DR:

Protocol test checks support for HTTP/1.1, HTTP/2, HTTP/3 (QUIC), TLS 1.2/1.3, ALPN, 0-RTT. Reports Server header, cipher suite, Alt-Svc. Helps diagnose compatibility with modern browsers and CDNs.

Save & track URLs you check Free account · 24/7 checks · alerts via Telegram, email, Slack — sign up to monitor any URL you test here.
Free Sign Up
TLS 1.2 / 1.3Supported protocol versions
Cipher SuitesCryptographic algorithms and security
HTTP/2 + HTTP/3Support for modern protocols
Legacy TLSSSL 2.0/3.0 and TLS 1.0/1.1 vulnerabilities

Why teams trust us

TLS 1.3
supported
HTTP/2
ALPN check
BEAST
vulnerability detection
Free
no limits

How it works

1

Enter domain

2

Test TLS/HTTP versions

3

Get protocol report

Why test protocols?

Protocol testing checks which TLS versions the server supports. Legacy versions (TLS 1.0, SSL 3.0) have known vulnerabilities and must be disabled.

TLS Versions

Check TLS 1.0, 1.1, 1.2, 1.3 support — with security rating for each.

Cipher Suites

List of supported cipher algorithms with strength rating for each.

HTTP/2 Support

ALPN negotiation check for HTTP/2 (h2) and HTTP/3 (h3) via QUIC.

Vulnerabilities

Detection of BEAST, POODLE, DROWN, and other TLS/SSL attacks.

Who uses this

DevOps

TLS configuration check

Security

protocol and cipher audit

Developers

HTTP/2 compatibility

SEO

HTTPS ranking signal

Common Mistakes

Leaving TLS 1.0 and 1.1Both are deprecated and vulnerable to BEAST, POODLE attacks. Browsers dropped support in 2020.
Weak cipher suitesRC4, DES, and 3DES must be disabled. Use AES-GCM and ChaCha20.
Not supporting TLS 1.3TLS 1.3 is faster and more secure. All modern servers should support it.
Ignoring HSTSWithout HSTS, the browser may attempt HTTP connection. HSTS forces HTTPS.

Best Practices

Enable only TLS 1.2 and 1.3This covers 99%+ of users and provides modern security levels.
Use PFS ciphersPerfect Forward Secrecy (ECDHE) protects past sessions even if the key is compromised.
Check after nginx/Apache updateUpdates can change default ciphers. Always check after updating.
Test with different clientsEnsure old mobile devices and IE11 can connect if needed.

Monitor SSL certificate automatically

SSL monitor alerts 30 days before expiry and on TLS version changes.

Sign up free

HTTP/2 and HTTP/3 Check

The tool checks HTTP/2 and HTTP/3 (QUIC) protocol support on your server. HTTP/2 provides request multiplexing, header compression (HPACK), and Server Push. HTTP/3 uses QUIC instead of TCP, further reducing latency, especially on mobile networks.

HTTP/2 provides multiplexing, header compression, and server push — typically reducing page load time by 15-30%. HTTP/3 (QUIC) adds 0-RTT connection establishment and improved performance on mobile networks with packet loss. Our tool tests ALPN negotiation and shows which protocols your server actually supports.

After verifying protocol support, check page speed to measure the actual performance impact. Ensure your SSL/TLS configuration supports at least TLS 1.2 — HTTP/2 requires it, and HTTP/3 requires TLS 1.3.

Learn more

Frequently Asked Questions

What is the difference between HTTP/2 and HTTP/1.1?

HTTP/2 uses multiplexing (multiple requests over one connection), header compression (HPACK), stream prioritization, and binary format. This significantly speeds up page loading compared to HTTP/1.1.

What is HTTP/3 and QUIC?

HTTP/3 is the latest protocol version, based on QUIC instead of TCP. QUIC eliminates head-of-line blocking, supports 0-RTT connections, and has built-in TLS 1.3. Faster on unstable networks (mobile, Wi-Fi).

How to enable HTTP/2 on a server?

Nginx: add http2 to the listen directive (listen 443 ssl http2). Apache: enable mod_http2 and add Protocols h2 http/1.1. HTTPS is required. Check support with our tool after configuration.

What is multiplexing?

Multiplexing allows sending multiple requests and responses simultaneously over a single TCP connection. In HTTP/1.1, requests are processed sequentially, creating delays. This is the main advantage of HTTP/2.

What is ALPN?

ALPN (Application-Layer Protocol Negotiation) is a TLS extension that allows client and server to negotiate the protocol (h2, http/1.1) during the TLS handshake. Without ALPN, HTTP/2 will not work over HTTPS.

Should I switch to HTTP/3?

HTTP/3 provides advantages on mobile networks and with high packet loss. For most sites, HTTP/2 is sufficient. HTTP/3 is automatically supported through Cloudflare, Fastly, and other CDNs. Check support with our tool.

Related guides

Longer-form reading on this topic from the knowledge base.

Automate this check

Set up continuous monitoring and get an alert when something breaks. No manual runs to remember.