Skip Menu |

This queue is for tickets about the Net-FTPSSL CPAN distribution.

Report information
The Basics
Id: 20455
Status: resolved
Priority: 0/
Queue: Net-FTPSSL

People
Owner: kral [...] cpan.org
Requestors: sanjay.madhavan [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 0.04
Fixed in: (no value)



Subject: error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong version number
I am trying to get Net::FTPSSL working with a FilezillaServer 0.9.18. I have tested the Filezilla server with a FileZilla Client and it works correctly using the following two connections 1) FTP over SSL (explicit encryption) 2) FTP over TLS (explicit encryption) When I try to connect via my perl script using Net::FTPSSL version 0.04 using perl 5.8.6 on a AMD Suse linux 9.2 machine connecting to a Filezilla 0.9.18 on a windows machine using the following command: $ftp=Net::FTPSSL->new($host, debug =>1, encryption => 'E', Timeout => 240); I get the following error: SSL connect attempt failederror:1408F10B:SSL routines:SSL3_GET_RECORD:wrong version number at ./testftp.pl line 150 This seems to be the same error and scenario described in the link: http://www.columbia.edu/kermit/ftpfaq.html "Why Can't I Make a Secure Connection to WS_FTP?" I would be very grateful for any tips or pointers on how this could be resolved Regards Sanjay Madhavan
From: sanjay.madhavan [...] gmail.com
I also tried the TitanFTP server since i saw that you did your testing against that server. When using the Titan server I am seeing the bug described in 17552 (hanging after User prompt) In that note you had said you were rewriting part of the module. Any estimates on when the rewrite will be complete. Thanks for the development of this module. /sanjay
Subject: Re: [rt.cpan.org #20455] error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong version number
Date: Fri, 14 Jul 2006 09:18:50 +0200
To: bug-Net-FTPSSL [...] rt.cpan.org
From: kral <kral [...] shenkong.org>
Il giorno 14/lug/06, alle ore 08:18, Sanjay Madhavan via RT ha scritto: Hi Sanjay, My apologies for the lateness of my answer. Show quoted text
> I also tried the TitanFTP server since i saw that you did your testing > against that server. When using the Titan server I am seeing the bug > described in 17552 (hanging after User prompt)
I know my modules has some problems. I'm trying to work on it on my spare time, but unfortunately it's not a good moment for me and my health... Anyway, it seems like Net::FTPSSL doesn't handle the socket correctly under linux. I currently use Net::FTPSSL against TitanFTP and ProFTPd, but all my clients runs on win32. Show quoted text
> In that note you had said you were rewriting part of the module. > Any estimates on when the rewrite will be complete.
I will try to do my best for fix it, I promise. Many thanks for your support! Ciao, (Please forget my bad english too ^_^') -- . . | | , ,-. ,-. | | "In girum imus nocte et consumimur igni." |< | ,-| | | -- Virgilio ' ` ' `-^ `' |
From: sanjay.madhavan [...] gmail.com
Hi Marco, Thanks for your reply. I do hope your health improves. Regards /sanjay
I'm working on the 0.05 version of Net::FTPSSL. If everything goes well, I'm going to release the new version on this week. Cheers, -- kral