Hi everyone,
I’ve encountered the “421 Misdirected Request” error in the Enhance Panel, triggered recently by an Apache update on Ubuntu 22.04. This issue mirrors the scenario described in Plesk environments—specifically when Apache was updated to 2.4.58‑1ubuntu8.7—which broke HTTPS access to hosted sites .
Error details:
“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.”
In Plesk, the issue was resolved by adding the following to nginx’s configuration and restarting the service:
proxy_ssl_server_name on;
proxy_ssl_name $host;
This fixed the error immediately .
Could a similar fix be applied in the Enhance Panel?
Perhaps adding SNI-related proxy directives or updating the proxy configuration in Panel’s web stack could resolve the issue. Has anyone successfully implemented this, or is there a configuration workaround already available?
Thanks in advance for any insights!