• 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

Disabling mySQL remote access ENABLES SSLv2 for plesk

A

akiva

Guest
My server is set up to disable SSLv2 (a PCI requirement)

It's disabled both for HTTP and for Plesk.

The latest PCI check requires remote access for mySQL be turned off -- which I did (in /etc/my.cnf by adding skip-networking)

Which works -- mySQL no longer checks (and that test passes PCI)

HOWEVER, I'm now failing https-alt on port 8443 -- plesk.

If I remove skip-networking from my.cnf I pass the SSLv2 check, but fail the mySQL remote access test.

Anyone have ANY idea WHY this is happening?

TIA
 
What if you leave the remote access enabled and put in a firewall rule on iptables to reject anything that is not from localhost or your servers IP ?
 
Back
Top