tail -200 /var/log/secure
How to solve the problem ? I wasn't able any more to get a directory listing.mod_tls/2.2.2: client-initiated session renegotiation detected, aborting connection
The problem occurs with FTPES client.
tail -200 /var/log/secure
How to solve the problem ? I wasn't able any more to get a directory listing.mod_tls/2.2.2: client-initiated session renegotiation detected, aborting connection
The problem occurs with FTPES client.
Last edited by natong; 03-15-2010 at 07:52 AM.
nano -w /etc/proftpd.conf
add these line in <IfModule mod_tls.c>
TLSOptions AllowClientRenegotiations
Not sure if this applies to your particular problem (and OS) or not, but see this link:
#558597 - proftpd-basic: Upgrade to 1.3.2b-2 breaks FTPES - Debian Bug report logs
Yes, it works!