Outil gratuit · aucun compte requis

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.

Aussi connu sous le nom de: HTTP/2 test · ALPN
Preuve montrée avec sourceAucun compte requisAucune métrique inventée

Exécutez un contrôle réel ci-dessus

Soumettez une URL publique, un domaine ou un mot-clé. Novaverb ne montrera que les preuves que cet outil peut réellement récupérer ou mesurer.

Modèle de preuve

Savoir ce que le résultat prouve

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. Source

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

2. Limite

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. Prochaine action

Utilisez la découverte pour vérifier un problème, puis connectez un espace de travail lorsque vous avez besoin d'historique, de surveillance ou d'analyse à l'échelle du site.

Que mesure un test HTTP/2 ?

Ce vérificateur ouvre une connexion HTTPS en direct, offre h2 et http/1.1 via TLS ALPN, puis rapporte le protocole sélectionné par le point de terminaison. Cela fait de la décision une preuve de protocole - pas un score deviné ou une simulation de navigateur.

Comment activer HTTP/2

  1. Utilisez HTTPS sur le point de terminaison public: Installez un certificat valide et assurez-vous que l'auditeur TLS est celui que les visiteurs atteignent réellement.
  2. Activez h2 sur l'auditeur TLS: Configurez votre serveur web ou CDN pour annoncer l'identifiant h2 ALPN ; gardez HTTP/1.1 comme solution de secours.
  3. Retester le bord: Un CDN peut négocier HTTP/2 pour les visiteurs même lorsque l'origine utilise un protocole différent, donc testez le nom d'hôte public.

Si HTTP/2 n'est pas négocié

Vérifiez le certificat et le nom d'hôte SNI, la politique TLS du CDN ou du répartiteur de charge, le support ALPN dans la pile TLS, et si un proxy termine la connexion avant d'atteindre votre origine.

Ce que ce test prouve

Le protocole ALPN sélectionné sur une nouvelle connexion TLS, plus le timing de connexion de base et le statut HTTP.

Ce qu'il ne prouve pas

Cela ne garantit pas des pages plus rapides, la disponibilité HTTP/3, le support des navigateurs sur tous les réseaux, ou de bons Core Web Vitals.

RFC 9113 · HTTP/2
RFC 7301 · TLS ALPN

Ce test effectue une poignée de main TLS en direct et lit le protocole négocié ALPN ; le support HTTP/3 est déduit de l'en-tête Alt-Svc, pas d'une poignée de main QUIC.

Obtenez la bonne réponse

Ce qu'il faut soumettre - et ce qu'il faut éviter

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.

Utilisez-le comme ceci
yourdomain.comToute forme d'adresse fonctionne. http ou https, avec ou sans www, un domaine nu ou un chemin complet - nous le normalisons pour vous. Nous testons l'origine sécurisée dans tous les cas.
https://www.yourdomain.com/pageUne URL complète avec un chemin est correcte - HTTP/2 est une propriété de connexion, donc nous vérifions l'origine derrière.
Évitez cela
fast web hostingCeci est une phrase de recherche, pas une adresse - entrez un domaine ou une URL à tester.
Méthodologie publique

Exactement comment ce résultat est produit

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. Nous normalisons l'entrée vers l'origine du site et complétons une poignée de main TLS en direct.
  2. Nous lisons le protocole négocié ALPN et confirmons HTTP/2 uniquement lorsque le serveur négocie réellement 'h2' - pas à partir d'un en-tête qui le revendique simplement.
  3. Nous lisons également l'en-tête Alt-Svc pour noter si HTTP/3 est annoncé.
Construit sur des normes publiques

Les normes internationales auxquelles cette vérification s'applique.

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

Confirme le support HTTP/2 de la manière dont le protocole l'exige : via ALPN, pas une revendication d'en-tête.

Lisez la spécification
IETFRFC 7301
TLS ALPN Extension

Lit le protocole négocié ALPN lors de la poignée de main TLS en direct.

Lisez la spécification
Nous listons un standard uniquement lorsque cet outil le lit ou le mesure réellement. Lorsqu'un signal est en dehors d'une vérification en direct, le résultat le dit plutôt que d'impliquer une couverture.
Questions courantes

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.

Plus de vérifications gratuites

Explorer tous les outils gratuits de Novaverb

Vérificateur SEO de site webCouverture de crawl, pages indexables et liens internes
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 …
Parcourir le hub complet des outils gratuits
Vérifiez → comprenez → corrigez

Transformez cette vérification en une correction vérifiée

Chaque outil gratuit de Novaverb est un entonnoir : effectuez la vérification, comprenez les preuves, puis corrigez-le et prouvez qu'il est résolu avec une nouvelle vérification - aucun état de passage inventé.