Skip to content
  • Solutions
    By Role
    • For Developers
    • For Content Managers
    • For Agencies
    • For IT Admins
    • For Web Hosters
    • For Developers
    • For Content Managers
    • For Agencies
    • For IT Admins
    • For Web Hosters
    By Infrastructure
    • Overview
    • AWS
    • Microsoft Azure
    • Alibaba Cloud
    • Google Cloud Platform
    • Vultr
    • Overview
    • AWS
    • Microsoft Azure
    • Alibaba Cloud
    • Google Cloud Platform
    • Vultr
    • Digital Ocean
    • Linode
    • Upcloud
    • Oracle
    • OVH
    • Digital Ocean
    • Linode
    • Upcloud
    • Oracle
    • OVH
  • Product
    • Plesk Features
    • Plesk Editions
    • What’s new
    • Pricing
    • Roadmap
    • Lifecycle Policy
    • Extensions Catalogue
  • Pricing
  • Extensions
    Featured Extensions
    • SocialBee
    • WP Toolkit
    • Sitejet Builder for Plesk
    • SEO Toolkit
    • Joomla! Toolkit
    • Premium Email
    • Email Security
    • SocialBee
    • WP Toolkit
    • Sitejet Builder for Plesk
    • SEO Toolkit
    • Joomla! Toolkit
    • Premium Email
    • Email Security
    Bundles and packs:
    • Business and Collaboration Edition
    • WP pack
    • Hosting pack
    • Power pack
    • Language pack
    • Business and Collaboration Edition
    • WP pack
    • Hosting pack
    • Power pack
    • Language pack

    See all Extensions

  • For Partners
    • Plesk Contributor Program
    • Plesk Partner Program
    • Affiliate program
    • Plesk University
  • Help Center
    • Documentation
    • Professional Services
    • Support
    • Contact Us
    • Wiki
    • Forum
  • Plesk 360 login
  • Free Trial
  • Pricing
  • Solutions
    • By Role
      • For Developers
      • For Content Managers
      • For Agencies
      • For IT Admins
      • For Web Hosters
    • By Infrastructure
      • Overview
      • Plesk on Amazon Web Services (AWS & Lightsail)
      • Microsoft Azure
      • Alibaba Cloud
      • Google Cloud Platform
      • Vultr
      • DigitalOcean
      • Linode
      • UpCloud
      • Oracle
      • OVH
  • Products
  • Pricing
  • Extensions
    • Featured Extensions
      • SocialBee
      • WP Toolkit
      • Sitejet Builder for Plesk
      • SEO Toolkit
      • Joomla! Toolkit
      • Premium Email
      • Email Security
    • Bundles and packs:
      • Business and Collaboration Edition
      • WP pack
      • Hosting pack
      • Power pack
      • Language pack
      • See all Extensions
  • For Partners
    • Plesk Contributor Program
    • Plesk Partner Program
    • Affiliate Program
    • Plesk University
  • Help Center
    • Documentation
    • Professional Services
    • Support
    • Contact Us
    • Wiki
    • Forum
  • Plesk 360 login
  • Free Trial
  • Pricing
  • Solutions
    • By Role
      • For Developers
      • For Content Managers
      • For Agencies
      • For IT Admins
      • For Web Hosters
    • By Infrastructure
      • Overview
      • Plesk on Amazon Web Services (AWS & Lightsail)
      • Microsoft Azure
      • Alibaba Cloud
      • Google Cloud Platform
      • Vultr
      • DigitalOcean
      • Linode
      • UpCloud
      • Oracle
      • OVH
  • Products
  • Pricing
  • Extensions
    • Featured Extensions
      • SocialBee
      • WP Toolkit
      • Sitejet Builder for Plesk
      • SEO Toolkit
      • Joomla! Toolkit
      • Premium Email
      • Email Security
    • Bundles and packs:
      • Business and Collaboration Edition
      • WP pack
      • Hosting pack
      • Power pack
      • Language pack
      • See all Extensions
  • For Partners
    • Plesk Contributor Program
    • Plesk Partner Program
    • Affiliate Program
    • Plesk University
  • Help Center
    • Documentation
    • Professional Services
    • Support
    • Contact Us
    • Wiki
    • Forum
  • Plesk 360 login
  • Free Trial
Plesk 360 login
Free Trial

Knowledge Base

How to check if http3 is working on the website?

 
cssdockerdomain namefirewallhttp

Question

How to check if http/3 powered with Nginx/QUIC is working on a website?

Answer

Using browser's Dev Tools(Chrome) Method
Using the special curl-http3 Docker method
Using the online checker

Note: Some content may still be downloaded via http/http2 due to:
• The content is downloaded externally (e.g. the website provides URI's to resources located outside of the actual domain's virtualhost)
• Depending on browser's preferences

  1. Open Dev tools
  2. Select the "Network" tab, right click on "Name" and place a check mark on the "Protocol" entry:
  3. Then without closing Dev Tools, open the website where http3 check should be performed and click on the first response:

    The "Alt-Svc" header means that nginx is serving http3 and lets the browser know the page can be accessed via http3. Even though, the first query will always(until the headers are cached) be http/http2:

  4. Refresh the page and check the results:

Note: Meanwhile for the website with invalid(outdated or containing a different subject name) SSL certificate http3 will work on Firefox, it won't be working on Chrome

    1. Connect to the environment with installed Docker via SSH

      Note: It has to be an external server/device. Otherwise, curl-http3 will bypass the firewall rules if querying the domain on the same server where docker is launched, hence the results of the check would be false-positive.

    2. Run the following command substituting example.com with actual domain name:

      # docker run ymuski/curl-http3 curl --http3-only -ksSLI https://example.com

      Example of successful response:

      HTTP/3 200
      server: nginx
      date: Tue, 28 May 2024 16:36:45 GMT
      content-type: text/html
      content-length: 1653
      x-accel-version: 0.01
      last-modified: Thu, 16 May 2024 10:16:15 GMT
      etag: "675-6188f867a0a22"
      accept-ranges: bytes
      alt-svc: h3=":443"; ma=86400
      x-powered-by: PleskLin

      If the response is received, then http3 is working on domain, otherwise this curl version would not be able to fetch data over normal 443/tcp connection and will result in with timeout after 300 seconds.

Note: Checks might fail due to website resources(css/js/etc.) being loaded from 3rd-party sources.

Navigate to the online checker URL and specify the domain in question.
In case http3 is working as expected, it looks like:

Tweet
Share
Share
Email
0 Shares
Read the full article
Related Posts

The Plesk HoliDeals Calendar is here (Part 2)

Read More »

Containers vs Virtual Machines – What Is The Difference?

Read More »

HTTP Response Status Codes Explained

Read More »
Knowledge Base

How to configure varnish cache for a domain in Plesk?

Read More »

How to test ModSecurity Atomic Standard(Previous Atomic Basic ModSecurity) rule set in Plesk?

Read More »

Unable to set up an email account hosted in Plesk in an email client when a domain is behind Cloudflare: The connection to the server failed

Read More »

How to customize Plesk URL

Read More »

Hosting Wiki

  • Docker
  • JSON
  • Server Redundancy
  • Bare Metal Server
  • JSP
  • Oracle VM Server
  • Server Virtualization Software
  • Windows Server
  • CSS
  • HTTP/3
  • HTTP/2
  • Domain
  • Plesk
  • Lighttpd
  • NGINX
  • Web Server
  • DNS Server
  • SSL
  • SSH
  • URL
  • Firewall
  • Network Bandwidth
  • HTTP
X-twitter Linkedin Youtube Reddit Github
  • Product
  • Login
  • Pricing
  • Editions
  • For Partners
  • Partner Program
  • Contributor Program
  • Affiliate Program
  • Plesk University
  • Company
  • Blog
  • Careers
  • Events
  • About Plesk
  • Our Brand
  • Resources
  • User and Admin guides
  • Help Center
  • Migrate to Plesk
  • Contact Us
  • Hosting Wiki
  • Forum
  • Legal
  • Legal
  • Privacy Policy
  • Imprint

© 2025 WebPros International GmbH

Part of the WebPros®  Family