• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Disabling SSLv2 for PCI compliance

A

akiva

Guest
Hi

I've RTFM. I've googled. I've tried every possible change to every possible config file suggested.

And SSLv2 stayed active (according to our PCI security check)

Anyone have any suggestions?

TIA
 
I have the same problem.. have you had any luck fixing this?
 
ALL:!aNULL:!ADH:!eNULL:!LOW:!EXP:!SSLv2:RC4+RSA:+HIGH:+MEDIUM

in

/var/qmail/control/tlsserverciphers

and

var/qmail/control/tlsclientciphers


then restart Qmail
 
Originally posted by McMac
ALL:!aNULL:!ADH:!eNULL:!LOW:!EXP:!SSLv2:RC4+RSA:+HIGH:+MEDIUM
in
/var/qmail/control/tlsserverciphers
and
var/qmail/control/tlsclientciphers
then restart Qmail

Thanks -- the two files don't exist -- I assume I can just create them? What permissions do I need to assign?

And how do I restart qmail? the qmail FAQ gives a method, but it didn't seem to work for me...

thanks
 
And how do I restart qmail? the qmail FAQ gives a method, but it didn't seem to work for me...

You can restart qmail using Plesk under Server -> Service Management. I don't know what distro you're running, but I can use 'service qmail restart' on CentOS.
 
Thanks -- that did it

(I had been trying from the command line...)
 
The quickest fix we found was using hackersafe/scan alert.

Ours passed no issues
 
Back
Top