Audit protocollo
Tester HTTP/2
Verifica se un sito negozia HTTP/2 e controlla protocollo, ALPN e segnali TLS.
Cosa controlla il tester HTTP/2?
- Si connette all’host pubblico e indica se HTTP/2 è stato negoziato, con protocollo e dettagli 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 tester HTTP/2
Supporto protocollo, negoziazione ALPN, requisiti TLS e confronto con headers o SSL.
Cosa controlla il tester HTTP/2?
Si connette all’host pubblico e indica se HTTP/2 è stato negoziato, con protocollo e dettagli TLS del backend.
Perché HTTP/2 richiede spesso TLS?
I browser moderni negoziano di solito HTTP/2 su TLS tramite ALPN. Errori TLS o ALPN possono causare fallback a HTTP/1.1.
Posso testare un hostname CDN?
Sì. Testa l’hostname esatto usato dagli utenti, incluso www o CDN, perché la configurazione edge può cambiare.
Devo confrontare headers e SSL?
Sì. Usa SSL Certificate Checker per catena e scadenza, poi HTTP Header Checker per redirect, HSTS, cache e header di sicurezza.
Cambio strumento
Continua con un altro controllo
Scegli il passo successivo nel tuo flusso di lavoro su dominio o sicurezza.
- Trova IP dominioIP A e AAAA di un dominioApri
- Controllo certificato SSLCatena certificati, SAN e versione TLSApri
- Controllo intestazioni HTTPIntestazioni di risposta, redirect e cachingApri
- Controllo DNSTutti i principali tipi di record in un solo passaggioApri
- DIGUn tipo di record, risposta stile resolverApri
- WHOISRegistrar, scadenza e stato del dominioApri
- Controllo lista neraReputazione DNSBL per IP e dominioApri
- Convertitore PunycodeUnicode ↔ Punycode per domini IDNApri
- Calcolatore IPCalcolo subnet per CIDR IPv4 e IPv6Apri
- Codec Base64Codifica e decodifica testo Base64Apri
- Generatore passwordPassword casuali sicure per il lavoro operativoApri
- BIN CheckerBrand, banca e paese della carta dal BIN/IINApri
Articoli correlati
Guide pratiche per le attività più comuni con Tester HTTP/2: record DNS, passaggi di risoluzione problemi e link ai nostri strumenti gratuiti.
test HTTP/2 online, test HTTP/2 online, ALPN TLS verifica
Test HTTP/2 online per un sito pubblico
Scopri quando un host negozia davvero HTTP/2 e come salvare il risultato in un audit tecnico.
Leggi articolo →verifica ALPN HTTP/2, test HTTP/2 online, ALPN TLS verifica
Verifica ALPN, TLS e HTTP/2 senza DevTools
Capisci il ruolo di ALPN nella scelta tra h2 e HTTP/1.1 durante una connessione TLS.
Leggi articolo →HTTP/2 vs HTTP/1.1, test HTTP/2 online, ALPN TLS verifica
HTTP/2 vs HTTP/1.1: cosa controllare in produzione
Una guida pratica alle differenze operative tra HTTP/2 e HTTP/1.1 per host pubblici.
Leggi articolo →HTTP/2 CDN reverse proxy, test HTTP/2 online, ALPN TLS verifica
HTTP/2 dietro CDN e reverse proxy
Controlla se CDN, load balancer e origin espongono lo stesso supporto HTTP/2.
Leggi articolo →Nginx Apache Caddy HTTP/2, test HTTP/2 online, ALPN TLS verifica
Checklist HTTP/2 per Nginx, Apache e Caddy
Cosa verificare quando abiliti HTTP/2 sui web server più comuni.
Leggi articolo →debug errori HTTP/2, test HTTP/2 online, ALPN TLS verifica
Debug degli errori HTTP/2 e dei fallback
Come investigare quando un sito torna a HTTP/1.1 o non negozia ALPN.
Leggi articolo →HTTP/2 header sicurezza, test HTTP/2 online, ALPN TLS verifica
HTTP/2, header di sicurezza e HSTS
Collega protocollo HTTP/2, TLS e intestazioni di sicurezza in un audit coerente.
Leggi articolo →HTTP/2 SEO Core Web Vitals, test HTTP/2 online, ALPN TLS verifica
HTTP/2 per SEO e Core Web Vitals
Quando HTTP/2 può aiutare performance percepita, crawling e diagnosi SEO tecnica.
Leggi articolo →