• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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