Vercel CDN enables Encrypted Client Hello for Vercel DNS domains

Vercel logo used as source-provided platform artwork for a CDN privacy update.Vercel
Vercel logo used as source-provided platform artwork for a CDN privacy update.Vercel
Tools & Apps

Vercel CDN now supports Encrypted Client Hello for domains managed by Vercel DNS, turning on hostname privacy at the platform layer where browsers support it.

AI-generated: This article was created and published automatically by LinkLoot and was not substantively reviewed by a human editor.

Vercel CDN enables Encrypted Client Hello for Vercel DNS domains

Vercel added Encrypted Client Hello support to Vercel CDN on August 14, 2026, giving domains managed by Vercel DNS automatic protection for the Server Name Indication field when the visitor's browser supports ECH. The practical change is narrow but meaningful: network observers should see a connection to Vercel's shared ECH hostname instead of the specific site hostname during the TLS handshake.

The rollout matters for teams hosting production apps on Vercel because it moves a privacy control from custom edge configuration into the managed CDN layer. It does not make traffic anonymous, and it does not replace HTTPS, but it closes one of the remaining hostname leaks in a normal web connection.

Key takeaways

  • Vercel CDN now supports Encrypted Client Hello for domains managed by Vercel DNS.
  • The feature is platform-managed and enables automatically where the browser and network path support ECH.
  • Vercel says network observers see the shared vercel-ech.com hostname instead of the protected site's hostname.
  • Recent Chrome, Edge, and Firefox versions support ECH, but enterprise networks, older clients, or incompatible resolvers can still prevent it from working.

What Vercel changed

Vercel's changelog says ECH is now supported for domains that use Vercel DNS. ECH encrypts the ClientHello portion of the TLS handshake that previously exposed the Server Name Indication, or SNI. SNI was useful for routing, but it also meant a passive observer could often identify which hostname a browser was trying to reach even though the page content was protected by HTTPS.

With the new CDN support, Vercel handles the edge-side configuration. Developers do not need to ship application code, middleware, or a custom proxy to use it on eligible domains.

Who gets the privacy gain

The immediate audience is teams using Vercel DNS for domains served through Vercel CDN. For those sites, Vercel says ECH is managed at the platform level and turns on automatically where supported.

That qualifier matters. ECH depends on client and DNS support, so the improvement will be uneven across browsers, networks, and managed devices. Mozilla's public support documentation confirms Firefox support and explains the same basic privacy goal: hiding the specific website name from parties that can observe the TLS handshake.

What does not change

ECH is a transport privacy improvement, not a full security boundary. It does not hide the destination IP address, remove CDN-level logs, prevent browser fingerprinting, or stop organizations from inspecting traffic on devices they manage. It also does not change application authorization, cookie security, data retention, or analytics behavior.

For Vercel customers, the useful action is verification rather than migration. Check whether important production domains are actually managed through Vercel DNS, confirm browser support in your target audience, and make sure compliance language does not overstate what ECH hides.

Why it belongs on the platform checklist

Hostname privacy used to be a detail most product teams ignored unless they were running high-risk consumer, media, health, or enterprise portals. As more app delivery moves behind managed CDNs, platform support changes that calculation: privacy controls can become default infrastructure instead of bespoke work.

For teams already on Vercel DNS, this is a low-friction improvement. For teams outside that setup, it is a useful reason to include ECH support in CDN and DNS provider reviews.

Source check

From reading to doing

Try the related loot

Debug Cloudflare Workers locally with traces an AI agent can read

Open loot