TLS over FTP - ProFTPd

2 posts / 0 new
Last post
#1 Tue, 01/24/2012 - 12:23
liltechdude

TLS over FTP - ProFTPd

Hello,

I would like to have the ability to use TLS over FTP using ProFTPd. I looked all throughout the ProFTPd configuration page in Webmin and can't find anything in there pertaining to FTPS (TLS over FTP).

When I look in the raw configuration file for ProFTPd, I see that the TLS engine is on.

However, when I try to connect with Filezilla, my client sends "AUTH TLS" which the server responds: "500 AUTH not understood"

Is there any quick easy way to get TLS working with Webmin/Virtualmin?

I found some old forum posts here that were from 2005/2006, so I imagine the information in those posts isn't very useful for today's GPL.

Thanks!

Tue, 01/24/2012 - 14:32
helpmin

It could be a firewall issue, but did you try something like the following?

TLSEngine on
TLSRequired on
TLSRSACertificateFile /etc/webmin/miniserv.pem
TLSRSACertificateKeyFile /etc/webmin/miniserv.pem
TLSCipherSuite ALL:\!ADH:\!DES
TLSVerifyClient off
TLSRenegotiate ctrl 3600 data 512000 required off timeout 300
#TLSLog /var/log/proftpd/tls.log
TLSOptions NoSessionReuseRequired
Topic locked