ubuntuusers.de

ProFTPD-TLS

Datum:
17. Februar 2015 10:24
Code:
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
220 ProFTPD 1.3.5 Server (ftp.irgendeine.domain.de) [82.168.171.68]
10:16:45	Befehl:	AUTH TLS
10:16:46	Antwort:	234 AUTH TLS successful
10:16:46	Status:	Initialisiere TLS...
10:16:46	Fehler:	GnuTLS error -12: A TLS fatal alert has been received.
10:16:46	Fehler:	Herstellen der Verbindung zum Server fehlgeschlagen



Meine proftpd.conf:

<IfModule mod_tls.c>
TLSEngine                  on
TLSLog                     /var/log/proftpd/tls.log
TLSProtocol                SSLv23
TLSOptions                 NoCertRequest
TLSRSACertificateFile      /usr/local/psa/admin/conf/httpsd.pem
TLSRSACertificateKeyFile   /usr/local/psa/admin/conf/httpsd.pem
TLSVerifyClient            on
TLSRequired                off
</IfModule>


TLSLog                     /var/log/proftpd/tls.log:

Ist leer.