Misdirected Request

Post Reply
droopy
Posts: 13
Joined: Thu Feb 18, 2021 1:12 am

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
User avatar
myVesta
Site Admin
Posts: 997
Joined: Fri Jun 19, 2020 9:59 am
Has thanked: 10 times
Been thanked: 6 times

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
Post Reply