Payments are experiencing issues due to temporary restrictions in Russia. If your payment does not go through, please submit a support request.Our support team is available 24/7 — we are always here to help with hosting and server issues.We are now accepting requests for dedicated server rental and colocation services in our data center.Reminder: we recommend enabling backups for additional data protection.A new VPS/VDS lineup with NVMe storage and improved performance is now available.Maintenance work on some servers has been completed. All services are operating normally.
Article3 min read

Cloudflare Accelerates Server Connections: Why TLS Matters Beyond the Browser

In September, Cloudflare introduced automatic key exchange selection for origin servers. Here is an explanation of which part of the connection is often overlooked when configuring HTTPS.

Two metal nodes connected by a protected light channel
In this article

On September 8, 2026, Cloudflare launched Automatic Key Exchange. The system pre-checks which key exchange algorithms the website server supports and uses this information when establishing a secure connection. Where supported, the hybrid post-quantum option is preferred.

The company also reported reduced latency on its infrastructure. These figures cannot be directly applied to any site: results depend on the server and network. However, the news highlights a crucial detail: HTTPS between the visitor and the protection platform is only part of the request path.

A website can have two secure connections

When a CDN or reverse proxy sits in front of a server, the browser typically communicates with this intermediate system. It accepts the request and, if necessary, contacts the origin server, which is often referred to as the origin. Its connection is configured separately.

Therefore, a page that loads correctly does not prove that the second leg is configured as intended. During an audit, it is useful to examine the entire chain: where encryption terminates, how the origin server's certificate is validated, and who is responsible for its renewal.

Where the extra wait comes from

Before exchanging content, the parties negotiate protection parameters. If the proposed option is unsuitable for the server and an additional exchange is required, the visitor waits longer. This delay becomes more noticeable over long network paths.

However, this delay does not equal the total page load time. Even a perfectly configured connection cannot fix a slow database query, a heavy image, or a third-party widget. I would consider TLS as one measurable segment, not a universal cause of slowdowns.

What a site owner should check

Start with an infrastructure map: domain, protection service, load balancer, and application server. For each transition, the administrator must understand whether TLS is used and whether the other party's authenticity is verified. Pay special attention to temporary exceptions left behind after a migration.

Then separate measurements for cached responses and application requests. A static image may load instantly while the checkout process waits for connection establishment and server-side processing. Checking only the main page will not reveal this.

Why you should not change cryptography blindly

The term "post-quantum" does not mean a site is invulnerable. This refers to key exchange, not fixing application bugs, securing the admin panel, or protecting backups. Both sides of the connection must provide consistent support.

Changes are first tested on a trial route. You need to monitor connection errors and have a way to revert to previous parameters. If the site serves external integrations, include them in the testing: a successful browser test does not account for all clients.

A useful outcome of this work is a clear and observable HTTPS chain. When each segment has an owner, measurements, and valid certificates, discussions about speed improvements and new algorithms can be substantive, without promises of magical performance gains.

Discussion0

Share your experience and ask questions. Comments without links appear after editorial review.

No comments yet. Start the discussion.