You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I also saw this error using ProFTPD, but then on a second attempt it worked.
I had already set the option: TLSOptions NoSessionReuseRequired as mentioned in this post
After updating ProFTPd on a server running FreeBSD, certain clients (FireFTP specifically) were able to log in, but not transfer files or retrieve a directory listing. The following error was shown to the client user:
Sep 17 12:31:43 mod_tls/2.4.1[9592]: client did not reuse SSL session, rejecting data connection (see TLSOption NoSessionReuseRequired)
The fix is simple, add the following to proftpd.conf and restart ProFTPd:
I'm trying to upload with the following config:
But I'm getting the following error:
When I disable
secure
it uploads fine.Is there an issue with ProFTPD and secure?
The text was updated successfully, but these errors were encountered: