• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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