PDA

View Full Version : AUTH TLS: SSL3_GET_RECORD:wrong version number


oslike
02-14-2006, 10:21 AM
on one io site of mine i get this with TSL
on another it works. Seems to have something to do
with the certificate... any clue?

[R] AUTH TLS
[R] 234 AUTH TLS successful.
[R] Connected. Negotiating TLSv1 session..
[R] error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong version number
[R] Failed TLSv1 negotiation, disconnected
[R] Connection failed (Connection closed by client)

iXi
02-14-2006, 10:44 AM
you have to edit your config..

Explicit_Encryption = True
Encryption_Protocol = TLS
Min_Cipher_Strength = 128
Max_Cipher_Strength = 256

then auth TSL works..

oslike
02-14-2006, 10:46 AM
why is it working on another ioftpd site , lol ?

iXi
02-14-2006, 10:56 AM
read my last post.. and on your profil i cant see that you got registed version of ioFTPD... SSL /AUTH TSL only works with ioFTPD registed versions..!

Harm
02-14-2006, 11:07 AM
You also have to make sure that you're using AUTH SSL if you've chosen SSL or AUTH TLS if you've chosen TLS. To make it short, use the same auth method in your ftp client as the one you've configured in your ioFTPD.ini.

http://www.inicom.net/forum/showthread.php?t=15977&highlight=auth+ssl

EwarWoo
02-15-2006, 08:06 AM
You also have to make sure that you're using AUTH SSL if you've chosen SSL or AUTH TLS if you've chosen TLS.

Sorry to contradict the guru but if you choose TLS both SSL and TLS will work.
Damn, normally its you correcting me, what happenned there? Hehe

oslike
02-16-2006, 05:40 PM
yes TLS works :)
thanks 4 help