• 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.

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