connection error on first SSL attempt

Here you can submit your bug reports for FTP Rush.
Post Reply
Woodchip
Posts: 3
Joined: Wed Apr 06, 2011 12:11 pm

connection error on first SSL attempt

Post 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
comput3rn3rd23
Posts: 10
Joined: Mon Jul 05, 2010 12:24 pm

Re: connection error on first SSL attempt

Post by comput3rn3rd23 »

Usually thats related to the source site and there ssl libs. sure its not tls only site?
Woodchip
Posts: 3
Joined: Wed Apr 06, 2011 12:11 pm

Re: connection error on first SSL attempt

Post 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.
comput3rn3rd23
Posts: 10
Joined: Mon Jul 05, 2010 12:24 pm

Re: connection error on first SSL attempt

Post 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.
Post Reply