• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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