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
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: