• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Resolved Poodle fix and MariaDB

Pedro1

Basic Pleskian
Hello:
I use a Plesk 12.5.30
Testing SSL vulnerability I see that I have Poodle and Beast vulnerability.
For Poodle fix, I followed step by step the KB http://kb.odin.com/en/123160
But at the point of MySQL fix

For all sites in Plesk 12.0 for Linux:
# mysqldump -uadmin -p`cat /etc/psa/.psa.shadow` psa > psa_backup.sql
# mysql -uadmin -p`cat /etc/psa/.psa.shadow` psa
mysql> insert into misc values('disablesslv3', 'true');

It shows the following syntax error:
Code:
MariaDB [psa]> mysql> insert into misc values('disablesslv3', 'true');

ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'mysql> insert into misc values('disablesslv3', 'true')' at line 1

Do you know what is the correct syntax code?
---

About Beast vulnerability do you know if there is a publick KB article to follow and fix it for Plesk 12.5.X

regards
 
Back
Top