• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Resolved Plesk Onyx Linux - Plesk installer fails to start

Mario Bernard

New Pleskian
I've seen this discussed in the windows side, but that didn't provide any help.

In Plesk when I go to "Updates and Upgrades" I get the following errors:

1624417479617.png
If I try to start Plesk Installer from the command line, I get these errors:

1624417607021.png

I've not found anything useful via Google either. Any help would be appreciated.

Thanks!
 
Your problem is because of a misconfiguration in the file /root/.autoinstallerrc.
The content of this file has to be like this:
Code:
SSL_CIPHERS="HIGH:!aNULL:!MD5"
SSL_PROTOCOLS="TLSv1 TLSv1.1 TLSv1.2"
 
Back
Top