Heads up!
To avoid mismatch of hostnames in SNI and HTTP (as described in the posts above), it is strongly recommended to add one more directive "proxy_ssl_session_reuse off"
Here’s a quick fix:
echo -e "proxy_ssl_server_name on;\nproxy_ssl_name \$host;\nproxy_ssl_session_reuse off;" >...
Please read the documentation one more time, it says nothing about User Interface, because the option has not been exposed in UI yet.
Instead you can use CLI: plesk bin http3_pref --enable
If you use Apache webserver behind Nginx reverse proxy, the support in the frontend Nginx is enough.
Thank you for reporting the problem.
The issue happens with PHP-FPM starting with 8.2 version because of the changes in its configuration testing utility: Fix bug #68591: Configuration test does not perform UID lookups by bukka · Pull Request #10165 · php/php-src
We are working on a fix to make...
Have you tried `systemctl restart plesk-task-manager`?
Could you please send the output of the command:
sed -ne '/START plesk-task-manager/,/STOP plesk-task-manager/ p' /var/log/plesk/install/plesk_18.0.*_installation*.log
Please check the version of the following package:
# rpm -qa | grep plesk-task-manager
plesk-task-manager-18.0-2.centos.7+p18.0.36.0+t210604.1022.x86_64
In case the version is different (e.g. p18.0.35), you need to install missing updates, i.e. run `plesk installer update`
In case the version...
The idea of the temporary hostname is exactly to have a valid certificate for the address.
When Let's Encrypt extension is installed (a typical configuration), a certificate is expected to be issued.
Could you please help us to find the reason for the failure: why did the certificate request...
Moreover, the process is very gentle and does not update all Plesk instances as soon as possible.
We are trying to spread the audience during the month, starting with a small portion and growing the daily rate.
Oh, I thought the issue is with automatic updates, but it is even worse.
Just in case, don't you use any mirror for autoinstall.plesk.com?
ping autoinstall.plesk.com should reach one of the servers *.cdn77.org
Check the file /root/.autoinstallerrc - it might store the SOURCE variable.
We have not started rolling out of the automated updates for 18.0.25 yet.
We are going to do it on Monday after the first minor update 18.0.25.1 is available.
In your case, the automated update is expected only the next Friday.
However, you can perform a manual update.
Sorry for this inconvenience.
I confirm there was a bug with the queue for automatic updates: we checked the schedule too late and the first batch of servers started the update disregard the allowed time frames.
In further updates we won't repeat this mistake.