Page 1 of 1

Misdirected Request

Posted: Thu Oct 30, 2025 6:34 pm
by droopy
Hi,
After doing .............
apt update
apt -y upgrade

Appears this error on hosting:
-------------------------------------------------------
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.
--------------------------------------------------------
I read that Apache has updated a CVE bug and add a new security layer. On HestiaCP forum seems they have issued a fix script for their panel, but i dont know if myvestacp has a similar one.

Any help?

Regards,
Droopy

Re: Misdirected Request

Posted: Wed Nov 05, 2025 1:56 pm
by myVesta

Code: Select all

echo -e "proxy_ssl_server_name on;\nproxy_ssl_name \$host;\nproxy_ssl_session_reuse off;" > /etc/nginx/conf.d/fixssl.conf
systemctl restart nginx
The myVesta update should already apply it, which you can manually run by:

Code: Select all

v-update-myvesta
https://github.com/myvesta/vesta/blob/3 ... st#L30-L53