• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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