If you’re seeing this 421 Misredirected Request Error on your site today, you’re not alone!

Over the past day, multiple clients reached out to us with an urgent issue — their websites suddenly went offline and started displaying a “421 Misdirected Request” error. If you’re seeing this message on your site, you’re not alone.

This is what the error typically looks like:

421 Misdirected Request
The client needs a new connection for this request as the requested host name does not match the Server Name Indication (SNI) in use for this connection.

What Caused the Problem?

This issue stems from a recent Apache update that affects servers using both Apache and Nginx, especially those running Plesk or cPanel servers..

In short, Apache introduced a security update that enforces stricter rules around how HTTPS requests are handled. One of these changes impacts how server name information is passed between Nginx and Apache. By default, Nginx does not forward the server name (via SNI), which now causes Apache to reject the request, resulting in the 421 error.

Plesk has acknowledged this widespread issue and published a support article here:
🔗 Websites hosted in Plesk are not accessible after a recent Apache update (421 Misdirected Request)

Who Was Impacted?

A variety of our clients with different configurations — from small businesses to mid-size agencies — experienced this error. In every case, their sites became unavailable without any recent changes on their part. This shows how third-party software updates, even from well-established platforms like Apache, can cause sudden disruption if you’re not actively monitoring your stack.

How We Fixed It

We responded immediately once we identified the root cause. Here’s what we did:

  1. For clients using the latest Plesk versions: We applied the latest updates (18.0.70.3 or 18.0.71.1), which include a permanent fix.

  2. For non-Plesk clients: We manually edited the Nginx configuration to add the necessary directives:

    • proxy_ssl_server_name on;

    • proxy_ssl_name $host;

    • proxy_ssl_session_reuse off;

These settings ensure Nginx correctly passes the server name to Apache over SNI, restoring normal HTTPS functionality.

After applying these updates and restarting Nginx, websites were fully restored with no further issues.

Why Proactive Server Management Matters

This incident is a great reminder of why proactive server management is so important. Without regular monitoring and timely response to changes in software dependencies, your site can go down unexpectedly, potentially losing customers, damaging your brand, and causing frustration.

Our clients didn’t have to scramble to figure this out. They contacted us, and we resolved it quickly, in many cases before they even realized there was a problem.

Still Seeing the 421 Error?

If your website is showing a 421 Misdirected Request error this week (July 18, 2025), it’s likely your server has been impacted by this Apache update and hasn’t yet been patched.

Whether you’re an existing client or not, our team is ready to help. We specialize in server management, WordPress (and web application) support, and proactive maintenance. We’ll get your website back online fast — and ensure you’re protected from issues like this in the future.

Get Help Now
Don’t wait until your site is costing you business. Reach out to our team and let us fix this issue for you.

Share This Post

Published On: July 18th, 2025 / Last Updated: July 18th, 2025 / Categories: Server Management /

Leave A Comment

Subscribe To Receive Tips & Resources

Don’t miss out on the latest & greatest tips & best practices. Delivered straight to your inbox!

We respect your inbox. Easily unsubscribe anytime.