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
Misdirected Request
- 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 nginxCode: Select all
v-update-myvesta