Herramienta gratuita · no se requiere cuenta

Free HTTP/2 Protocol Test

Check whether your web server supports HTTP/2 via TLS ALPN negotiation. Verify protocol speed, cipher suites, and modern browser readiness.

También conocido como: HTTP/2 test · ALPN
Evidencia mostrada con fuenteNo se requiere cuentaSin métricas inventadas

Ejecutar un chequeo real arriba

Envía una URL pública, dominio o palabra clave. Novaverb mostrará solo la evidencia que esta herramienta puede realmente recuperar o medir.

Modelo de evidencia

Conoce lo que prueba el resultado

This check proves whether a server actually negotiates HTTP/2 on a real connection, because the protocol is read from the TLS ALPN handshake rather than from any header that claims support. It also reports whether HTTP/3 is advertised. It does not measure speed: negotiating h2 says a connection is multiplexed, not that a page is fast.

1. Fuente

Live TLS ALPN negotiation. The result identifies where its evidence came from.

2. Límite

This performs a live TLS handshake and reads the ALPN-negotiated protocol. HTTP/2 requires ALPN; HTTP/3 support is inferred from the Alt-Svc response header, not a QUIC handshake.

3. Próxima acción

Usa el hallazgo para verificar un problema, luego conecta un espacio de trabajo cuando necesites historial, monitoreo o análisis a nivel de sitio.

¿Qué mide una prueba de HTTP/2?

Este verificador abre una conexión HTTPS en vivo, ofrece h2 y http/1.1 a través de TLS ALPN, y luego informa el protocolo seleccionado por el punto final. Eso hace que el veredicto sea evidencia del protocolo - no una puntuación adivinada o una simulación de navegador.

Cómo habilitar HTTP/2

  1. Usa HTTPS en el punto final público: Instala un certificado válido y asegúrate de que el oyente TLS sea el que realmente alcanzan los visitantes.
  2. Habilitar h2 en el oyente TLS: Configura tu servidor web o CDN para anunciar el identificador h2 ALPN; mantén HTTP/1.1 como respaldo.
  3. Vuelve a probar el borde: Un CDN puede negociar HTTP/2 para los visitantes incluso cuando el origen utiliza un protocolo diferente, así que prueba el nombre de host público.

Si HTTP/2 no es negociado

Verifica el certificado y el nombre de host SNI, la política TLS del CDN o balanceador de carga, el soporte ALPN en la pila TLS y si un proxy está terminando la conexión antes de que llegue a tu origen.

Lo que esta prueba prueba

El protocolo ALPN seleccionado en una nueva conexión TLS, más el tiempo de conexión básico y el estado HTTP.

Lo que no prueba

No garantiza páginas más rápidas, disponibilidad de HTTP/3, soporte de navegador en cada red, o buenos Core Web Vitals.

RFC 9113 · HTTP/2
RFC 7301 · TLS ALPN

Esta prueba realiza un apretón de manos TLS en vivo y lee el protocolo negociado por ALPN; el soporte para HTTP/3 se infiere del encabezado Alt-Svc, no de un apretón de manos QUIC.

Obtén la respuesta correcta

Qué enviar - y qué evitar

Submit the domain or any URL on the site. Only the origin matters, so path and query are normalised away before the handshake. A private host is refused. A CDN in front of the origin answers this check, which is the honest answer for visitors, even when the origin behind it speaks a different protocol.

Úsalo así
yourdomain.comCualquier forma de dirección funciona. http o https, con o sin www, un dominio desnudo o una ruta completa - lo normalizamos por ti. Probamos el origen seguro de cualquier manera.
https://www.yourdomain.com/pageUna URL completa con una ruta está bien - HTTP/2 es una propiedad de conexión, así que verificamos el origen detrás de ella.
Evita esto
fast web hostingEsa es una frase de búsqueda, no una dirección - ingresa un dominio o URL para probar.
Metodología pública

Exactamente cómo se produce este resultado

The input is normalised to the site's origin and a live TLS handshake is completed. The protocol is taken from the ALPN negotiation, so HTTP/2 is confirmed only when the server genuinely negotiates 'h2'. The Alt-Svc response header is read separately to note whether an HTTP/3 endpoint is advertised alongside it.

  1. Normalizamos la entrada al origen del sitio y completamos un apretón de manos TLS en vivo.
  2. Leemos el protocolo negociado por ALPN y confirmamos HTTP/2 solo cuando el servidor realmente negocia 'h2' - no de un encabezado que simplemente lo reclama.
  3. Además, leemos el encabezado Alt-Svc para notar si se anuncia HTTP/3.
Construido sobre estándares públicos

Los estándares internacionales a los que se aplica esta verificación.

Two IETF specifications define this result. RFC 9113 defines HTTP/2 itself, and RFC 7301 defines Application-Layer Protocol Negotiation, the TLS extension this check reads to learn which protocol was actually agreed. Reading ALPN rather than a response header is what makes the answer a measurement instead of a claim.

IETFRFC 9113
HTTP/2

Confirma el soporte de HTTP/2 de la manera que requiere el protocolo: a través de ALPN, no una afirmación de encabezado.

Lee la especificación
IETFRFC 7301
TLS ALPN Extension

Lee el protocolo negociado por ALPN durante el apretón de manos TLS en vivo.

Lee la especificación
Listamos un estándar solo donde esta herramienta realmente lee o mide en contra de él. Donde una señal está fuera de una verificación en vivo, el resultado lo indica en lugar de implicar cobertura.
Preguntas comunes

HTTP/2 Test FAQ

What does the Novaverb HTTP/2 Test check?

It performs a live TLS handshake and reads the ALPN-negotiated protocol to confirm whether your server actually serves HTTP/2. It also reports the TLS version and whether HTTP/3 is advertised via the Alt-Svc header.

What is HTTP/2?

HTTP/2 is a major revision of HTTP that multiplexes many requests over a single connection, adds header compression (HPACK), and enables prioritisation. It reduces round-trip overhead versus HTTP/1.1, speeding delivery of pages with many resources.

How is HTTP/2 negotiated between browser and server?

Over HTTPS, HTTP/2 is negotiated during the TLS handshake using ALPN (Application-Layer Protocol Negotiation). The client offers h2, and if the server agrees, the connection uses HTTP/2. This test reads exactly that ALPN result.

How do I enable HTTP/2 on my site?

Enable the HTTP/2 module in your web server or CDN (for example the http2 directive in modern server builds) and ensure HTTPS with ALPN is active. HTTP/2 in browsers effectively requires TLS, so a valid certificate is prerequisite.

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

HTTP/1.1 sends requests largely one-at-a-time per connection and can suffer head-of-line blocking. HTTP/2 multiplexes concurrent streams over one connection and compresses headers, cutting latency for resource-heavy pages without opening many parallel connections.

Does this test confirm HTTP/3 support?

No. HTTP/3 here is only inferred from the Alt-Svc response header, which advertises an h3 endpoint. This ALPN-based test confirms HTTP/2 directly but does not perform a QUIC handshake to prove HTTP/3 works.

Why does HTTP/2 require HTTPS?

The specification allows cleartext HTTP/2, but every major browser only supports it over TLS via ALPN. In practice you need a valid certificate and HTTPS for browsers to negotiate and use HTTP/2 at all.

What TLS version should my server use with HTTP/2?

TLS 1.3 is preferred for its faster handshake and stronger defaults, with TLS 1.2 as an acceptable minimum. HTTP/2's blocklist forbids obsolete ciphers, so modern TLS configuration avoids fallback to HTTP/1.1.

The test says HTTP/2 is not negotiated. What now?

Confirm HTTPS with ALPN is enabled and the HTTP/2 module is on at whichever layer terminates TLS, often a CDN or reverse proxy rather than your origin. Some hosts serve HTTP/2 only at the edge.

Does HTTP/2 help SEO?

Indirectly. HTTP/2 can improve real-world load speed by cutting connection overhead, which supports better Core Web Vitals and user experience, factors that influence rankings. It is a performance enabler, not a direct ranking signal by itself.

Más verificaciones gratuitas

Explorar todas las herramientas gratuitas de Novaverb

Verificador SEO del Sitio WebCobertura de rastreo, páginas indexables y enlaces internos
Keyword Research ToolFree AI keyword research tool for search volume, keyword difficulty, …
SERP CheckerCheck live organic search results and AI Overview rankings for …
Website Security CheckerAudit website security posture, TLS/SSL certificates, HTTP security headers, and …
Server Response Time CheckerMeasure server Time to First Byte (TTFB), DNS lookup, TCP …
Backlink CheckerExplore backlinks, referring domains, dofollow links, and domain authority for …
Robots.txt CheckerTest and validate robots.txt rules, User-Agent directives, blocked paths and …
Sitemap CheckerValidate XML sitemap structure, URL counts, reachability, and index type. …
Meta Tag CheckerCheck page title length, meta description, H1 heading structure, Open …
HTTP Status & Redirect CheckerTrace HTTP status codes (200, 301, 302, 404, 500) and …
Website MonitorMonitor website availability, HTTP status code, and server response time …
HTTP/3 TestTest whether your web server supports HTTP/3 over QUIC with …
Website Performance TestTest global website loading speed and TTFB waterfall timing across …
GEO CheckerAudit whether ChatGPT, Perplexity, Gemini, and Google AI Overviews can …
Core Web Vitals CheckerCheck real-user Core Web Vitals (LCP, INP, CLS) from Chrome …
PageSpeed CheckerRun a live Lighthouse performance audit to test PageSpeed, Core …
Website Safety CheckerCheck whether a domain or URL is flagged for malware, …
Knowledge Graph CheckerCheck whether a brand, person, product or organization is recognized …
Keyword Gap CheckerCompare your site against competitors to find missing high-traffic keywords, …
Competitor Top PagesFind top organic traffic-driving pages for any competitor domain. See …
Explorar el centro completo de herramientas gratuitas
Verifica → entiende → corrige

Convierte esta verificación en una solución verificada

Cada herramienta gratuita de Novaverb es un embudo: realiza la verificación, comprende la evidencia, luego corrígela y prueba que se ha resuelto con una nueva verificación - sin estados de paso inventados.