SSL/TLS issue?

Core FTP client questions and answers
Post Reply
smeglovin
Posts: 1
Joined: Sat Jun 26, 2004 12:33 am

SSL/TLS issue?

Post by smeglovin »

Aloha.
I'm running Proftpd with mod_tls on Fedora core 2 and when I connect to Proftpd using TLS, Coreftp lists TLS cipher as (none) (none) -0 bits when connecting. I'm wondering if encryption is being used or not because when connecting to different Proftpd servers the ciphers are listed with 168 bit. AUTH TLS and connection works fine and my TLS.log for Proftpd lists that 168 bit encryption is being used as well but I need to absolutely certain that encryption is being used when transferring data.

Thanks
untouchable
Posts: 2
Joined: Fri Aug 06, 2004 10:15 am

Post by untouchable »

hi,

i tried it with the Core FTP Lite 1.3b developer build, but its the same result:
220 ProFTPD 1.2.10rc3 Server (ProFTPD TLS Testinstallation) [xxxxxxxxxx.net]
AUTH TLS
234 AUTH TLS successful
TLSv1, cipher (NONE) ((NONE)) - 0 bit
the serverlogs:
Aug 06 12:08:26 mod_tls/2.0.7[8250]: starting TLS negotiation on data connection
Aug 06 12:08:27 mod_tls/2.0.7[8250]: TLSv1/SSLv3 data connection accepted, using cipher EDH-RSA-DES-CBC3-SHA (168 bits)
Aug 06 12:08:27 mod_tls/2.0.7[8250]: set RSA blinding on
proftpd runs on suse8.1, but it should make no difference :)

btw. if i use Windows SSL it logs nothing about the key
20 ProFTPD 1.2.10rc3 Server (ProFTPD TLS Testinstallation) [xxxxxxxxx.net]
AUTH TLS
234 AUTH TLS successful
USER [...]
untouchable
Posts: 2
Joined: Fri Aug 06, 2004 10:15 am

Post by untouchable »

build 1357 wrote:34 AUTH TLS successful
TLSv1, cipher TLSv1/SSLv3 (EDH-RSA-DES-CBC3-SHA) - 168 bit
gj 8)
Post Reply