Richard G
Verified User
Issue 1 (init script).
I just installed another new server and by accident I checkend the init script of pure-ftpd and compared them to other servers.
In the pureftpd init script on 2 older servers in the second OPTIONS= line I see:
Issue 2 (SSL issue).
When you restart pureftpd in the logfile you will see this:
But we can make an /etc/ssl/private directory and according what I've read on the cpanel forums, this can fix this notice:
Question is, is this a good fix and if yes, can the creation of the directory and this fix be implemented by default in Directadmin?
I just installed another new server and by accident I checkend the init script of pure-ftpd and compared them to other servers.
In the pureftpd init script on 2 older servers in the second OPTIONS= line I see:
On the 1 newer server and the one I installed today this line looks like this:HIGH:MEDIUM:+TLSv1:!SSLv2:!SSLv3"
Is the -S: needed in the beginning? And if yes, why is this not updated on the older servers?-S:HIGH:MEDIUM:+TLSv1:!SSLv2:!SSLv3"
Issue 2 (SSL issue).
When you restart pureftpd in the logfile you will see this:
This wasn't there before and we do not have an /etc/ssl/private directory.(?@?) [DEBUG] Couldn't load the DH parameters file /etc/ssl/private/pure-ftpd-dhparams.pem
But we can make an /etc/ssl/private directory and according what I've read on the cpanel forums, this can fix this notice:
Code:
openssl dhparam -out /etc/ssl/private/pure-ftpd-dhparams.pem 2048