What's new

Changing FTP server configuration in CLI (522 SSL Connection Failed)

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

NetSetGo

Occasional Visitor
Hi!

Is it possible to change configuration settings of the FTP server? I have it activated with TLS from the UI, however, when attempting to connect from CoreFTP, I get only as far as the LIST command, whereupon I receive the following error:

522 SSL connection failed: session reuse required

After doing some digging, I found this thread:
https://www.linuxquestions.org/ques...ssl-problem-522-ssl-connection-failed-698874/

which suggests setting
require_ssl_reuse=NO
in the configuration file.

From the CoreFTP log I see that it negotiates
TLSv1.2, cipher TLSv1/SSLv3 (ECDHE-RSA-AES256-GCM-SHA384) - 256 bit
twice - both when executing AUTH TLS and LIST commands

It is at all possible with the ASUS FTP server?

PS: Curiously, FileZilla connects and lists the directory just fine, but it uses PWD command, while CoreFTP uses LIST
 
Last edited:

Latest threads

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top