Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 10732 - netkit-ftp-0.17 with SSL
Summary: netkit-ftp-0.17 with SSL
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Nick Hadaway
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-14 05:30 UTC by Tobias Sager
Modified: 2003-02-04 19:42 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
ftp-0.17-r2.ebuild (ftp-0.17-r2.ebuild,1.01 KB, application/octet-stream)
2002-11-14 05:32 UTC, Tobias Sager
Details
tha patch! (netkit-ftp-0.17+ssl-0.2.diff,44.55 KB, patch)
2002-11-14 05:32 UTC, Tobias Sager
Details | Diff
Updated ChangeLog (ChangeLog,781 bytes, application/octet-stream)
2002-11-14 05:33 UTC, Tobias Sager
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tobias Sager 2002-11-14 05:30:57 UTC
Added patch from http://freshmeat.net/projects/netkit-ftp-ssl/ to the standard netkit-ftp installation ebuild.

If `use ssl`, the patch is applied.

Cheers,
Tobias
Comment 1 Tobias Sager 2002-11-14 05:32:11 UTC
Created attachment 5659 [details]
ftp-0.17-r2.ebuild

Is the DEPEND correct?

Should the ebuild go into a different directory than the standard net-ftp/ftp/?
Comment 2 Tobias Sager 2002-11-14 05:32:58 UTC
Created attachment 5660 [details, diff]
tha patch!

goes into net-ftp/ftp/files/ directory
Comment 3 Tobias Sager 2002-11-14 05:33:46 UTC
Created attachment 5661 [details]
Updated ChangeLog
Comment 4 Nick Hadaway 2002-11-23 01:32:40 UTC
I have added the ebuild to portage.  Just one minor typo.  It is currently
marked unstable.
Comment 5 Tobias Sager 2002-11-23 04:58:07 UTC
Ah, that reminds me...

Has anyone a server to test it?
I tried it with one of our company internal servers (Serv-U with SSL support turned on). It didn't work.

It it working for anyone?
Comment 6 Nick Hadaway 2002-11-25 09:53:20 UTC
When failing with SSL did it fall back to unencrypted authentication?
Any error messages on either the client side or server side which might clue you
in to what the problem was?
Comment 7 Nick Hadaway 2002-11-25 10:44:36 UTC
I am currently in the process of adding an ssl enabled netkit ftpd package to
portage.  It will be added as net-ftp/ftpd.  As I test and release the package
into portage I will post here.
Comment 8 Nick Hadaway 2002-11-25 14:42:12 UTC
I have added net-ftp/ftpd to portage which is the netkit linux-ftpd package with
ssl support added.  You can try setting up that server and then connecting with
the ssl enabled ftp... let me know if things work for you.
Comment 9 Tobias Sager 2002-11-26 04:35:14 UTC
I tried it with FTPD from portage. It works. Fallback works ok if there is not SSL available at the remote ftp-server.

Anyway, it does not work with my test SSL-enables Serv-U ftp-server. It tries to negotiate SSL, fails and aborts:
220-BST FTP Server ready...
Name (ftp.xxx.ch:tsa): ftpupdate
234 AUTH command OK. Initializing SSL connection.
431 Unable to negotiate secure command connection.
Login failed.
421 Service not available, remote server has closed connection


Anybody any idea for that problem?

Else, it seems to work.
Comment 10 Nick Hadaway 2002-11-26 14:28:43 UTC
I know this isn't a Serv-U support forum... but here are some ideas... my first 
thought is maybe it is expecting rsa encryption or something.  Can you change 
options for SSL connections?