LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   13.37 vsftpd issue with Explicit FTP over TLS (https://www.linuxquestions.org/questions/slackware-14/13-37-vsftpd-issue-with-explicit-ftp-over-tls-947292/)

Kaiser Soze 05-28-2012 08:17 PM

13.37 vsftpd issue with Explicit FTP over TLS
 
I am trying to configure a new Slackware64 13.37 install for Explicit FTP over TLS. I receive the following when trying to connect with FileZilla from the same LAN

Code:

Status:        Connecting to 10.25.99.226:21...
Status:        Connection established, waiting for welcome message...
Response:        220 Welcome to caasig FTP service.
Command:        AUTH TLS
Response:        234 Proceed with negotiation.
Status:        Initializing TLS...
Error:        GnuTLS error -12: A TLS fatal alert has been received.
Error:        Could not connect to server

My vsftpd.conf file is here
My inetd.conf file is here
My vsftpd.log file is here

Any help is greatly appreciated.

Kaiser Soze 05-28-2012 11:51 PM

thanks to jeev on ##slackware on freenode, this is now working.

I was missing
Code:

ssl_ciphers=HIGH
from my vsftpd.conf. See line 132 from current/working vsftpd.conf file on pastebin

please note that I also edited from the original:
write_enable=YES (line 18)

Once I get some time over the next couple days/weeks, I will provide a full how-to for Explicit FTP over TLS using vsftpd on Slackware64 13.37


All times are GMT -5. The time now is 10:29 AM.