PDA

View Full Version : errors with SSL secure file transfers


xmage
08-20-2004, 09:47 PM
* FlashFXP v[3 ].[0 ], build [1015 ], [ ]registered, [x ]unregistered, [ ]pirated
* OS [x ] WinXP SP2 final, [ ] Win2K, [ ] Win98, [ ] WinME, [ ] Other
* Running behind NAT/router [ ] Yes & Model [ ], [x ] No, [ ] Not sure
* Running firewall [ x] Yes (flashfxp checked in XP firewall, not blocking flashfxp.. using active connection), Name [ ], Ver. [ ], or [ ] No
* Running Antivirus [ x] Yes, Name [Symantec AntiVirus 9 corporate edition ] or [ ] No
* Network [ ] xDSL, [ x] CABLE, [ ] Dail-Up, [ ] Other

Hello, having problems with the latest version of FlashFXP.. when enabling secure file transfers (Auth SSL / TLS both have the same problem) I get the following

[R] error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong version number
[R] error:140940F5:SSL routines:SSL3_READ_BYTES:unexpected record

i do not get the error on small files around 9kb though.. also secure file listing works fine its just the secure file transfer option.

bigstar
08-21-2004, 04:55 AM
Please include a copy of the ftp session status text. In order to understand these errors I need to be able to see the text commands that appear immediately before the error.

Also do you know what ftp server software is being used?
Does this occur on a single site or multiple sites?

MachlaD
10-06-2004, 03:44 PM
Originally posted by bigstar
Please include a copy of the ftp session status text. In order to understand these errors I need to be able to see the text commands that appear immediately before the error.

Also do you know what ftp server software is being used?
Does this occur on a single site or multiple sites?

Hi,


I happen to be having the same problem.
Here is a session log example:

R] Connecting to xxx -> IP=xxx PORT=21
[R] Connected to xxx
[R] 220---------- Welcome to Pure-FTPd [TLS] ----------
[R] 220-Local time is now 22:18. Server port: 21.
[R] 220-This is a private system - No anonymous login
[R] 220-IPv6 connections are also welcome on this server.
[R] 220 You will be disconnected after 15 minutes of inactivity.
[R] AUTH TLS
[R] 234 AUTH TLS OK.
[R] Connected. Negotiating TLSv1 session..
[R] TLSv1 negotiation successful...
[R] TLSv1 encrypted session using cipher AES256-SHA (256 bits)
[R] PBSZ 0
[R] 200 PBSZ=0
[R] USER xxx
[R] 331 User xxx OK. Password required
[R] PASS (hidden)
[R] 230-User xxx has group access to: 82
[R] 230-OK. Current directory is /
[R] 230 159678 Kbytes used (15%) - authorized: 1048576 Kb
[R] SYST
[R] 215 UNIX Type: L8
[R] FEAT
[R] 211-Extensions supported:
[R] EPRT
[R] IDLE
[R] MDTM
[R] SIZE
[R] REST STREAM
[R] MLST type*;size*;sizd*;modify*;UNIX.mode*;UNIX.uid*;UNI X.gid*;unique*;
[R] MLSD
[R] ESTP
[R] PASV
[R] EPSV
[R] SPSV
[R] 211 End.
[R] PWD
[R] 257 "/" is your current location
[R] TYPE A
[R] 200 TYPE is now ASCII
[R] PROT P
[R] 534 Fallback to [C]
[R] PORT 82,67,71,126,15,46
[R] 200 PORT command successful
[R] LIST -al
[R] Connected. Negotiating TLSv1 session..
[R] error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong version number
[R] 150 Connecting to port 3886
[R] 226-Options: -a -l
[R] 226 7 matches total
[R] List Complete: 0 bytes in 1.41 seconds (0.0 KB/s)
[R] Connection lost: xxx


---
* FlashFXP v3.0, build 1015, registered
* OS Win2K
* Running behind NAT/router No
* Running firewall Yes, Name Tiny Personal Firewall, Ver. 2.0.14
* Running Antivirus No
* Network xDSL
---


Thanks in advance for your support.
David

Hetfield
10-06-2004, 03:54 PM
Pure-FPd has AFAIK only support for TLSv1 logins, not secure file listings/transfers.

MachlaD
10-06-2004, 04:07 PM
Originally posted by Hetfield
Pure-FPd has AFAIK only support for TLSv1 logins, not secure file listings/transfers.

Thanks very much for your input!

Zinc69
10-18-2004, 12:34 AM
i also keep getting these errors but only on drftpd servers, and only once and a while

[R] 220 DrFTPD 1.1.4 http://drftpd.org
[R] AUTH TLS
[R] 234 AUTH TLS successfull
[R] Connected. Negotiating TLSv1 session..
[R] error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong version number

seems the client and server cant decide on a proper key

zubov
02-18-2005, 04:20 PM
I am one of the authors of drftpd and would love to have more information about this.

[R] LIST -al
[R] Connected. Negotiating TLSv1 session..
[R] error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong version number

This text above especially interests me because it did not occur on a drftpd server. I have not seen any errors like this before anywhere else except for drftpd.

Any ideas?

zubov