I just installed pure-ftpd and configged it (like so many times before) and everything is working.
Then I found the miracle called TLS and wanted to try that.
Created an cetr-file in /etc/ssl/private with help of the TLS-readme, but it doesnt work :/
I get this:
Code: Select all
[R] Connecting to servername.com-> IP=xxx.xxx.xxx.xxx PORT=21
[R] Connected to servername.com
[R] 421 Sorry, but that file doesn't exist: [/etc/ssl/private/pure-ftpd.pem]
[R] Connection failed
[R] Delaying for 120 seconds before reconnect attempt #1
Code: Select all
Mar 10 21:50:49 [pure-ftpd] connect from xxx.xxx.xxx.xxx (xxx.xxx.xxx.xxx)
Mar 10 21:50:49 [pure-ftpd] (?@?) [ERROR] Sorry, but that file doesn't exist: [/etc/ssl/private/pure-ftpd.pem]
Code: Select all
metal / $> cat /etc/ssl/private/pure-ftpd.pem
-----BEGIN RSA PRIVATE KEY-----
<<LOTS-OF-ENCYPTED-DATA>>
-----END RSA PRIVATE KEY-----
metal / $> l /etc/ssl/private/pure-ftpd.pem
-rw-r--r-- 1 root root 887 Mar 10 21:21 /etc/ssl/private/pure-ftpd.pem
Copying the directory to other locations (/etc /etc/pure-ftpd /etc/pureftpd) didnt work at all so my options are through

