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

So it appears that your client "might" support AUTH SSL or AUTH TLS
but does not support the non-standard ftps ports.



    Jeffrey Altman * Sr.Software Designer * Kermit-95 for Win32 and OS/2
                 The Kermit Project * Columbia University
              612 West 115th St #716 * New York, NY * 10025
  http://www.kermit-project.org/k95.html * [EMAIL PROTECTED]


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

Reply via email to