drake127 wrote:
Did you specify -Y 3? If so, can you confirm that your build has compiled support for TLS/SSL? Are you aware you need to correctly set up SSL certficate (/etc/ssl/private/pure-ftpd.pem on my distro).
I am doing exactly what you said
now I am running the server by
Code:
/usr/local/sbin/pure-ftpd -S xx.xx.xx.xx,21 -p 49152:50174 -B -l mysql:/etc/pure-ftpd/mysql.conf -u 2000 -0 -4 -A -E -H -U 137:027 -Y 3
I followed the steps from pure-ftpd.org to create the certificate
Code:
-rw------- 1 root root 2071 Sep 23 23:27 /etc/ssl/private/pure-ftpd.pem
So I compile my own build by
Code:
./configure --with-mysql --with-cookie --with-throttling --with-ratios --with-tls
make install-strip
and I set up the mySQL exactly as you said.
PS
Thank you for helping me out
R.