Auditoría de protocolo
Probador HTTP/2
Comprueba si un sitio negocia HTTP/2 e inspecciona protocolo, ALPN y señales TLS.
¿Qué comprueba el probador HTTP/2?
- Conecta al host público e informa si se negoció HTTP/2, junto con protocolo y detalles TLS del backend.
- Run the exact hostname users visit, including www or CDN aliases. Protocol support can differ between apex, www, staging and edge hostnames.
- Compare the result with SSL Certificate Checker and HTTP Header Checker when a site falls back to HTTP/1.1 or redirects before the final response.
HTTP/2 signals to review
The tester focuses on protocol negotiation signals that operators need during CDN, TLS and origin migrations. It is a single-host check, not a worldwide edge map or full performance benchmark.
| Signal | Why it matters | Example |
|---|---|---|
| HTTP/2 | Whether h2 was negotiated for the host | supported / not supported |
| ALPN | TLS protocol negotiation advertised by the server | h2, http/1.1 |
| TLS | Transport version used for the probe | TLS 1.3 |
| Status | HTTP response status from the checked URL | 200 OK, 301 Moved Permanently |
When to test HTTP/2
Use the tester after enabling HTTP/2 on a CDN, load balancer or origin server. A successful TLS certificate does not guarantee that ALPN advertises h2 for every hostname.
Run it before and after redirect or HSTS changes. The protocol seen on the final public URL is the one browsers and synthetic monitors care about.
Check apex and www separately, especially when DNS points them at different providers or CDN zones.
Troubleshooting HTTP/2 fallback
If a host falls back to HTTP/1.1, inspect TLS settings and ALPN configuration first. Older load balancer profiles may support TLS but not advertise h2.
If only one hostname fails, compare DNS and certificate SAN coverage. The request may reach a different edge or origin than expected.
If redirects are involved, test the final hostname directly and inspect headers to understand whether the first hop is changing scheme or host.
HTTP/2, ALPN and TLS
HTTP/2 support is negotiated before application headers are interpreted. ALPN tells the client whether h2 is available on the TLS connection.
CDNs can enable h2 at the edge while origins still speak HTTP/1.1 behind the proxy. This tester reports the public path, which is usually what users experience.
Protocol support is only one layer. Keep checking certificate validity, redirect policy and response headers when hardening production sites.
Protocol check workflow
- Confirm DNS points the hostname at the intended edge or origin.
- Verify SSL certificate chain and SAN coverage for the same host.
- Run HTTP/2 Tester and record the negotiated protocol.
- Inspect HTTP headers for redirects, HSTS and cache policy.
HTTP/2 tester vs curl and browser DevTools
curl with verbose TLS output is powerful, but not every teammate has it available or knows the flags. DN01 gives a browser-based protocol snapshot with copyable output.
Browser DevTools show protocol per request after loading a page. The tester is faster for a single hostname when you need evidence for a ticket or deployment checklist.
Dedicated performance suites measure waterfalls, prioritization and Core Web Vitals. This tool answers the narrower question: does the public host negotiate HTTP/2 now?
Why use DN01 HTTP/2 Tester
- Single-host HTTP/2 and ALPN check that fits the existing DNS, SSL and header workflow.
- Localized UI, copy-friendly results and stable result permalinks for handoffs.
- Clear limits: no fake global edge grid, no full performance score and no authenticated crawling.
FAQ
FAQ del probador HTTP/2
Soporte de protocolo, negociación ALPN, requisitos TLS y comparación con headers o SSL.
¿Qué comprueba el probador HTTP/2?
Conecta al host público e informa si se negoció HTTP/2, junto con protocolo y detalles TLS del backend.
¿Por qué HTTP/2 suele requerir TLS?
Los navegadores modernos normalmente negocian HTTP/2 sobre TLS con ALPN. Si TLS o ALPN fallan, el sitio puede caer a HTTP/1.1.
¿Puedo probar un hostname CDN?
Sí. Prueba el hostname exacto que visitan los usuarios, incluido www o CDN, porque la configuración edge puede variar.
¿Debo compararlo con headers y SSL?
Sí. Usa SSL Certificate Checker para cadena y caducidad, y HTTP Header Checker para redirecciones, HSTS, cache y headers de seguridad.
Cambiar herramienta
Continúa con otra comprobación
Elige el siguiente paso en tu flujo de trabajo de dominio o seguridad.
- Buscar IP de dominioIP A y AAAA de un dominioAbrir
- Comprobador de certificados SSLCadena de certificados, SAN y versión TLSAbrir
- Comprobador de cabeceras HTTPCabeceras de respuesta, redirecciones y cachéAbrir
- Comprobador DNSTodos los tipos de registro principales en un solo pasoAbrir
- DIGUn tipo de registro, respuesta estilo resolverAbrir
- WHOISRegistrador, caducidad y estado del dominioAbrir
- Comprobador de listas negrasReputación DNSBL para IP y dominioAbrir
- Conversor PunycodeUnicode ↔ Punycode para dominios IDNAbrir
- Calculadora IPCálculo de subredes para CIDR IPv4 e IPv6Abrir
- Codec Base64Codifica y decodifica texto Base64Abrir
- Generador de contraseñasContraseñas aleatorias fuertes para operacionesAbrir
- BIN CheckerMarca, banco y país de la tarjeta por BIN/IINAbrir
Artículos relacionados
Guías prácticas para tareas habituales con Probador HTTP/2: registros DNS, pasos de diagnóstico y enlaces a nuestras herramientas gratuitas.
detección HTTP/2, test HTTP/2, comprobador HTTP/2
Guía de detección HTTP/2 para sitios en producción
Cómo confirmar soporte HTTP/2, leer resultados de protocolo y evitar falsos positivos por caché o proxies.
Leer artículo →ALPN HTTP/2, test HTTP/2, comprobador HTTP/2
ALPN y negociación HTTP/2 explicados
Por qué ALPN decide si los clientes usan h2 y cómo depurar una negociación de protocolo ausente.
Leer artículo →requisitos TLS HTTP/2, test HTTP/2, comprobador HTTP/2
Requisitos TLS para HTTP/2: checklist práctica
Requisitos TLS para soporte HTTP/2 fiable en sitios públicos, APIs y rutas detrás de proxy.
Leer artículo →h2 vs HTTP/1.1, test HTTP/2, comprobador HTTP/2
h2 vs HTTP/1.1: cómo leer el resultado
Qué significan h2 y HTTP/1.1 para rendimiento, compatibilidad y depuración de sitios modernos.
Leer artículo →problemas HTTP/2 CDN, test HTTP/2, comprobador HTTP/2
HTTP/2, CDN y proxy: qué comprobar primero
Motivos comunes por los que HTTP/2 funciona en una capa pero falla en CDN, reverse proxy u origen.
Leer artículo →desajuste HTTP/2 navegador servidor, test HTTP/2, comprobador HTTP/2
Desajuste HTTP/2 entre navegador y servidor: cómo depurarlo
Por qué DevTools, scripts locales y comprobadores online pueden mostrar versiones HTTP distintas.
Leer artículo →configuración HTTP/2 Nginx Apache Caddy, test HTTP/2, comprobador HTTP/2
Comprobar HTTP/2 en Nginx, Apache y Caddy
Puntos de configuración para habilitar HTTP/2 con seguridad en servidores web comunes.
Leer artículo →HTTP/2 SEO rendimiento, test HTTP/2, comprobador HTTP/2
Impacto de HTTP/2 en SEO y rendimiento
Cómo HTTP/2 afecta eficiencia de rastreo, experiencia de usuario y diagnósticos de velocidad.
Leer artículo →