Cloudflare automates post-quantum key-exchange selection for origins
The September rollout addresses the proxy-to-origin TLS connection, which needs its own migration evidence.

Cloudflare's September 8, 2026 Automatic Key Exchange announcement addresses a specific part of a proxied website: the TLS connection from Cloudflare to the origin server. The company says the system measures origin support and prefers the hybrid X25519MLKEM768 key agreement when available.
For operators, the important development is the move from a manually selected preference toward measured, automatic selection. It does not establish that every connection in a service now uses post-quantum cryptography.
The origin is a separate connection
A browser's connection to a reverse proxy and the proxy's connection to an origin have separate handshakes. Evidence from the browser-facing side therefore cannot answer what the origin negotiated.
Cloudflare's current origin documentation describes one selected preference across a zone. It also treats post-quantum signatures as separate origin-facing features. Supporting a hybrid key agreement does not, by itself, establish that authentication uses a post-quantum signature.
That distinction should appear in an operator's migration record. A statement such as “post-quantum enabled” leaves too much unspecified: which hop, which cryptographic function and which observed connections?
What to verify locally
Our practical reading is that the rollout changes the starting point for verification, rather than eliminating verification. An operator should establish what the origin actually supports, what representative connections negotiate, and whether different backends behave consistently.
A successful request is useful availability evidence, but it does not identify the selected algorithm. Conversely, a declared capability is not proof that production traffic uses it.
This article does not reproduce Cloudflare's performance improvements as an independent benchmark. The announcement reports the company's own deployment measurements; an individual site's latency and compatibility depend on its path and configuration.
The next useful action is to update the service's connection map and record observed origin handshakes alongside browser-facing evidence. That gives the automatic rollout an auditable place in the migration plan and avoids extending a claim about one TLS hop to an entire application.
Sources & evidence
Source material checked Sep 11, 2026. Reporting and analysis distinguish documented facts from company claims.
- Automatic Key Exchange for origin connections ↗Cloudflare
- Post-quantum between Cloudflare and origin servers ↗Cloudflare
AI-assisted research and drafting. Approved for publication by Marcus Vale on Sep 11, 2026.
Continue reading
Key establishment and digital signatures are different migration problems
Post-quantum key establishment and digital signatures serve different roles and need separate compatibility and migration checks.