MeshioMeshio
News

Cloudflare Automates Faster, Post-Quantum Origin Connections

Cloudflare’s Automatic Key Exchange cuts TLS retries while extending post-quantum protection to hundreds of thousands of domains.

Meshio Newsroom
Meshio NewsroomSep 8, 2026

Cloudflare has introduced Automatic Key Exchange, a change to how its network establishes TLS 1.3 connections with origin servers. Instead of always starting with the same key agreement choice, Cloudflare measures each origin’s capabilities and preferences, then uses the best-supported option on the first attempt.

That matters because a wrong initial choice triggers a HelloRetryRequest, adding an entire network round trip. Cloudflare says its rollout reduced the share of origin handshakes requiring a retry from about 52% to 3.7%, removing more than 150 milliseconds from connection handshake latency at the 90th percentile.

The system also prioritizes X25519MLKEM768, a hybrid key exchange designed to provide protection against future quantum attacks, whenever an origin supports it. Cloudflare says hundreds of thousands of domains now use post-quantum connections to their origins without operators having to configure them manually.

Why AI builders should care

AI applications often depend on chains of services: model APIs, vector databases, storage, inference endpoints, and private backends. Every extra handshake delay can affect user-facing latency, especially when traffic crosses regions or a workload opens many short-lived connections. Automatic negotiation can reduce that overhead without requiring each infrastructure team to understand every TLS compatibility tradeoff.

The security angle is equally important. Attackers can capture encrypted traffic today and attempt to decrypt it later if quantum computing makes current methods vulnerable. Cloudflare’s approach shifts post-quantum adoption from an opt-in security project to an automatic infrastructure capability, while its probing step helps avoid compatibility problems with older servers and network equipment.

For teams building AI tools, the takeaway is practical: managed network defaults are increasingly handling cryptographic migration behind the scenes, potentially improving both performance and long-term confidentiality without changes to application code.

Source: CloudFlare

Comments

Log in to join the discussion