Auditoria de protocolo
Testador HTTP/2
Verifique se um site negocia HTTP/2 e veja protocolo, ALPN e sinais TLS.
O que o testador HTTP/2 verifica?
- Ele conecta ao host público e informa se HTTP/2 foi negociado, com protocolo e detalhes TLS retornados pelo 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 do testador HTTP/2
Suporte de protocolo, ALPN, requisitos TLS e comparação com headers ou SSL.
O que o testador HTTP/2 verifica?
Ele conecta ao host público e informa se HTTP/2 foi negociado, com protocolo e detalhes TLS retornados pelo backend.
Por que HTTP/2 geralmente requer TLS?
Navegadores modernos normalmente negociam HTTP/2 sobre TLS usando ALPN. Falhas em TLS ou ALPN podem causar fallback para HTTP/1.1.
Posso testar um hostname CDN?
Sim. Teste o hostname exato usado pelos usuários, incluindo www ou CDN, pois a configuração edge pode variar.
Devo comparar com headers e SSL?
Sim. Use SSL Certificate Checker para cadeia e expiração, depois HTTP Header Checker para redirects, HSTS, cache e headers de segurança.
Troca de ferramenta
Continue com outra verificação
Escolha a próxima etapa no seu fluxo de domínio ou segurança.
- Encontrar IP do domínioIPs A e AAAA de um domínioAbrir
- Verificador de Certificado SSLCadeia de certificados, SAN e versão TLSAbrir
- Verificador de Cabeçalhos HTTPCabeçalhos de resposta, redirecionamentos e cacheAbrir
- Verificador DNSTodos os tipos de registro em uma passagemAbrir
- DIGUm tipo de registro, resposta estilo resolverAbrir
- WHOISRegistrador, expiração e status do domínioAbrir
- Verificador de Lista NegraReputação DNSBL para IP e domínioAbrir
- Conversor PunycodeUnicode ↔ Punycode para domínios IDNAbrir
- Calculadora IPCálculos de sub-rede para CIDR IPv4 e IPv6Abrir
- Codec Base64Codificar e decodificar texto Base64Abrir
- Gerador de SenhasSenhas aleatórias fortes para trabalho operacionalAbrir
- BIN CheckerBandeira, banco e país do cartão pelo BIN/IINAbrir
Artigos relacionados
Guias práticas para tarefas comuns com Testador HTTP/2 — registros DNS, passos de diagnóstico e links para nossas ferramentas gratuitas.
detecção HTTP/2, HTTP/2 Tester, verificar HTTP/2 online
Guia de detecção HTTP/2 para sites em produção
Como confirmar suporte a HTTP/2, ler resultados de protocolo e evitar falsos positivos de cache ou proxy.
Ler artigo →ALPN HTTP/2, HTTP/2 Tester, verificar HTTP/2 online
ALPN e negociação HTTP/2 explicados
Por que ALPN decide se clientes usam h2 e como investigar ausência de negociação do protocolo.
Ler artigo →requisitos TLS HTTP/2, HTTP/2 Tester, verificar HTTP/2 online
Requisitos TLS para HTTP/2: checklist prático
Requisitos TLS que influenciam suporte confiável a HTTP/2 em sites públicos e APIs.
Ler artigo →h2 vs HTTP/1.1, HTTP/2 Tester, verificar HTTP/2 online
h2 vs HTTP/1.1: o que o resultado do tester significa
Como interpretar resultados h2 e HTTP/1.1 para performance, compatibilidade e depuração.
Ler artigo →problemas HTTP/2 CDN proxy, HTTP/2 Tester, verificar HTTP/2 online
HTTP/2, CDN e proxy: problemas para verificar primeiro
Motivos comuns em CDN, proxy reverso e load balancer para HTTP/2 funcionar em uma camada e falhar em outra.
Ler artigo →mismatch HTTP/2 navegador servidor, HTTP/2 Tester, verificar HTTP/2 online
Navegador e servidor discordam sobre HTTP/2: como depurar
Por que DevTools, CLI e verificações online podem divergir em HTTP/2 e como encontrar o caminho real do protocolo.
Ler artigo →configuração HTTP/2 Nginx Apache Caddy, HTTP/2 Tester, verificar HTTP/2 online
Nginx, Apache e Caddy: checks de configuração HTTP/2
Pontos de configuração para ativar e verificar HTTP/2 com segurança em servidores web comuns.
Ler artigo →HTTP/2 SEO performance, HTTP/2 Tester, verificar HTTP/2 online
Impacto de HTTP/2 em SEO e performance
Como suporte a HTTP/2 pode afetar eficiência de crawl, experiência do usuário e diagnósticos de velocidade.
Ler artigo →