At 06:07 PM 5-3-2000 -0400, you wrote:
> >
> >       Has anyone gotten this to work? I have been trying for quite a 
> while, but
> > to no avail....
> >
>
>Are you using an FTP server that supports the AUTH SSL or AUTH TLS method?
>Does your FTP client support the AUTH SSL or AUTH TLS method?


         The FTP client (NetFinder - 
http://www.ozemail.com.au/~pli/netfinder) documentation says it can use 
SSL-encryption based on OpenSSL.

         I've added the following lines to /etc/services:

ftps-data    989/tcp   # ftp protocol, data, over TLS/SSL
ftps         990/tcp   # ftp protocol, control, over TLS/SSL

         and to /etc/inetd.conf:

ftps  stream  tcp     nowait  root    /usr/sbin/in.tcpd 
/usr/local/sbin/sslwrap -cert /usr/certs/sslwrap.pem -port 351

ftps-data     stream  tcp     nowait  root    /usr/sbin/in.tcpd 
/usr/local/sbin/sslwrap -cert /usr/certs/sslwrap.pem -port 989


(I have it pointing to port 351, since port 21 is controlled by SafeTP 
(safetp.cs.berkeley.edu), which then passes unencrypted ftp connections to 
port 351). All of our 500+ clients use encrypted ftp connections thanks to 
SafeTP, except for the half dozen Macintosh clients, for whom it was nearly 
impossible to find security software...


         Thanks,

                 Mark

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to