My vsftpd configuration has the key and cert both in "rsa_private_key_file" and the cert again in "rsa_cert_file". That is the only way that I could make it work.
So FTP clients will require "ssl_ciphers=" be set in the vsftpd.conf. I'm using "ssl_ciphers=HIGH" -----Original Message----- From: Linux on 390 Port [mailto:[email protected]] On Behalf Of Mark Post Sent: Tuesday, May 06, 2014 10:22 AM To: [email protected] Subject: EXTERNAL: Re: vsftpd >>> On 5/6/2014 at 11:45 AM, Mark Pace <[email protected]> wrote: > Starting vsftpd startproc: exit status of parent of /usr/sbin/vsftpd: > 1 > > So I'm trying to find out what that message is trying to tell me. I used strace to figure this out. (strace -f -s200 vsftpd) It looks like you need to have either the certificate and private key in one file, or you have to point to both files: rsa_cert_file=/path/to/rsacert.pem rsa_private_key_file=/path/to/rsakey.pem Mark Post ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390 ---------------------------------------------------------------------- For more information on Linux on System z, visit http://wiki.linuxvm.org/ ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390 ---------------------------------------------------------------------- For more information on Linux on System z, visit http://wiki.linuxvm.org/
