Search found 1 match

by Shmoopy
15 Nov 2009, 05:53
Forum: Report Bugs (csf)
Topic: proftpd 'check server security' minor bug fix
Replies: 1
Views: 3761

proftpd 'check server security' minor bug fix

I believe I may have fixed a minor bug in the "Check Server Security" script. On my server at least, the "Check proftpd weak SSL/TLS Ciphers" test was giving a false positive. I managed to track down the issue to the regexp on line 645 of servercheck.pm. /TLSCipherSuite\s+(.*)$/ ...