Comment 1 for bug 1381840

Revision history for this message
Jeff Veit (jeff-veit) wrote :

For those wanting a quick, dirty fix...

Add
'TLSCipherSuite' => ['-J %s', \&parse_string],
to my %conf in /usr/sbin/pure-ftpd-wrapper.

In /etc/pure-ftpd/conf create TLSCipherSuite with something like
HIGH:MEDIUM:TLSv1.2:+TLSv1:!SSLv3:!SSLv2
as the content.

Then restart Pure FTP.