dear alexander: the error message from lftp 3.4.7 is 'SSL_connect: unknown protocol'
the error message from proftpd 3.4.2 TLS Log: 'unable to accept TLS connection SSL3_GET_RECORD:wrong version number' no matter my settings/ports in proftpd or lftp. 1. lftp debug on 'ls' says: connect OK -->FEAT <--211 Features list OK <---211 End ---> AUTH TLS <--- 234 AUTH TLS successful ---> USER twin **** SSL_connect: unknown protocol ----Closing control socket 2. my proftpd.conf TLS sections is: <IfModule mod_tls.c> TLSEngine on TLSRequired off TLSLog /var/log/tls.log # TLSProtocol SSLv3 TLSProtocol TLSv1 TLSVerifyClient off TLSRenegotiate required off TLSOptions NoCertRequest # Server's Certificate TLSRSACertificateFile /etc/pki/tls/sheilaCert.pem TLSRSACertificateKeyFile /etc/pki/tls/sheilaKey.pem </IfModule> 3. both computers are FC5. 4. I have SSL certificates on both sides which seem OK. any ideas? thanks, tom Tom Winegar STARS Administrator Subaru Telescope Hilo, Hawaii USA 808-934-5961
