• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

[PPP-13673] New SSL Certificate produces nginx/apache configuration errors

It works! Thank you!

But if i go to my site oil4life.ru via chrome the main page looks very strange and the other pages doesn't work "internar server error".
If go via explorer "ssl for this site was issues for site with another address"
 
I suppose that there may be something wrong with vhosts permissions. Try to fix it with

# plesk repair fs
 
I've run
# plesk repair fs
# plesk repair fs -verbose

There are files or directories with suspicious permissions in the
root directory of the domain 'oil4life.ru' ........................ [WARNING]

And there are a lot of files... jpg, php, js
 
You can create backup of domain first and then try to fix permissions.
 
# plesk repair fs oil4life.ru -y

Doesn't help....

There are files or directories with suspicious permissions in the
root directory of the domain 'oil4life.ru' ........................ [WARNING]
To see more details, run the command in the verbose mode: plesk repair fs -verbose
 
Try

# plesk bin repair --restore-vhosts-permissions

The same story....:(

[root@oil4life ~]# plesk bin repair --restore-vhosts-permissions
Directory permissions were successfully updated.
[root@oil4life ~]# plesk repair fs oil4life.ru -y
Checking virtual hosts' file system
There are files or directories with suspicious permissions in the
root directory of the domain 'oil4life.ru' ........................ [WARNING]
To see more details, run the command in the verbose mode: plesk repair fs -verbose
Error messages: 0; Warnings: 1; Errors resolved: 0
 
Back
Top