Secure FTP

Hi,
I am unable to get this working on CentOS 5 32bit.
My /etc/proftpd.conf seems to be configured properly.

<IfModule mod_tls.c>
TLSEngine on
TLSLog /var/log/proftpd/proftpd.tls.log
TLSProtocol TLSv1
TLSVerifyClient off
TLSRequired off

#Certificates
TLSRSACertificateFile /etc/exim.cert
TLSRSACertificateKeyFile /etc/exim.key
#TLSCACertificateFile /etc/ftpd/root.cert.pem

TLSCipherSuite HIGH:MEDIUM:+TLSv1:!SSLv2:+SSLv3
</IfModule>

Here is what's in my /var/log/proftpd/proftpd.tls.log file.
I have searched google, but didn't find any pertinent info.

Jun 30 01:03:17 mod_tls/2.2.1[29941]: using default OpenSSL verification locations (see $SSL_CERT_DIR environment variable)
Jun 30 01:03:17 mod_tls/2.2.1[29941]: TLS/TLS-C requested, starting TLS handshake
Jun 30 01:03:18 mod_tls/2.2.1[29941]: unable to accept TLS connection:
(1) error:1408A10B:SSL routines:SSL3_GET_CLIENT_HELLO:wrong version number
Jun 30 01:03:18 mod_tls/2.2.1[29941]: TLS/TLS-C negotiation failed on control channel

I tried connecting with CuteFTP and FireFTP.

Thanks,
Dan
 
Back
Top