Page 1 of 1

connection error on first SSL attempt

Posted: Thu Apr 07, 2011 12:22 am
by Woodchip
When Using FTPrush for secure sockets connection the initial connection from startup always returns the following error messages.
Loading SSL DLL ...
OpenSSL 0.9.8 05 Jul 2005 (LOCKED)
[T] Connecting to xxxxx
[T] 220 Who might you be...
[T] AUTH SSL
[T] 234 AUTH SSL successful
[T] error:140773E8:SSL routines:SSL23_GET_SERVER_HELLO:reason(1000)
[T] Network subsystem is unusable(10091)
[T] Retrying after 30 seconds for xxxxxx
FTP rush version is 2.1.4 unicode
Windows 7 ultimate SP1 64 bit

Re: connection error on first SSL attempt

Posted: Thu Apr 07, 2011 12:56 am
by comput3rn3rd23
Usually thats related to the source site and there ssl libs. sure its not tls only site?

Re: connection error on first SSL attempt

Posted: Thu Apr 07, 2011 5:19 am
by Woodchip
Its our ftp server and It is set for FTPssl (auth SSL).
The first connection of the initial startup of ftprush will always return that error. A single connection to list the directory will fail and the 30 second login retry is fine and if I have 8 connections set per tab and select start all from the load queue screen it will get the same error on the initial 8 connections and the subsequent transfers start fine.
There are numerous google results with this error but they are all from 3-4 yrs ago and nothing on current releases.

Re: connection error on first SSL attempt

Posted: Thu Apr 07, 2011 10:17 am
by comput3rn3rd23
Well i think its related to the ssl libs because that error is when the ftp client reports what encryption is being used. So either the ftp has older ssl libs or the ftp client. I would replace the ssl libs on client or recompile them on source site to see if that makes a difference.