• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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