Huh... worked perfectly for us! >From the Kermit Makefile...
# NOTE: OpenSSL 0.9.6 and earlier are not compatible with 0.9.7 and later. # C-Kermit code is designed for 0.9.6. To build with 0.9.7 you must add # -DOPENSSL_097 to avoid missing symbols in the DES library and to use the # entry points that were renamed to avoid conflict with Kerberos 4. Sample connection... C-Kermit 8.0.209, 17 Mar 2003, for Solaris 2.6 Copyright (C) 1985, 2003, Trustees of Columbia University in the City of New York. Type ? or HELP for help. (/var/tmp/psimpson/) C-Kermit>SET FTP PASSIVE-MODE ON (/var/tmp/psimpson/) C-Kermit>SET FTP AUTHTYPE SSL (/var/tmp/psimpson/) C-Kermit>SET AUTH SSL VERIFY NO (/var/tmp/psimpson/) C-Kermit>FTP OPEN FTP.REALMED.COM Connected to FTP.REALMED.COM. SSL accepted as authentication type [TLS - DHE-RSA-AES128-SHA SSLv3 Kx=DH Au=RSA Enc=AES(128) Mac=SHA1 Compression: None FTP Command channel is Private (encrypted) FTP Data channel is Private (encrypted) Name (FTP.REALMED.COM:username): Password: user logged in Switching LOCUS for file-management commands to REMOTE. Remote system type is UNIX. Default transfer mode is BINARY (/var/tmp/psimpson/) C-Kermit>ls drwxr-x--- 2 psimpson System 0 Sep 8 19:11 . drwxr-x--- 2 psimpson System 0 Sep 8 19:11 .. -rwxr-x--- 1 psimpson System 680 May 6 15:42 $banner.txt -rwxr-x--- 1 psimpson System 90 May 6 15:42 $goodbye.txt drwxr-x--- 2 psimpson System 0 Oct 10 22:18 users (/var/tmp/psimpson/) C-Kermit>close Good-Bye 221-psimpson logged out. You uploaded 0 and downloaded 0 files. 221- 221-Thank-you for using RealMed! Good-Bye Switching LOCUS for file-management commands to LOCAL. (/var/tmp/psimpson/) C-Kermit>quit -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 22, 2003 12:50 PM To: [EMAIL PROTECTED] Subject: RE: [WS_FTP Forum] WS_FTP Server 4.0.0 Haven't been able to get Kermit to work with WS_FTP either. I've built the OpenSSL libraries and Kermit to no avail. Looks like others have had this problem as well. See http://groups.google.com/groups?q=WS_FTP+group:comp.protocols.kermit.misc&hl=en&lr=&ie=UTF-8&group=comp.protocols.kermit.misc&selm=684be77d.0211151031.2 ed9f7b5%40posting.google.com&rnum=2 Lot's reporting the same problem... 220 XXXXXXXXXXX X2 WS_FTP Server 4.0.0 (1702822458) ---> AUTH SSL 234 SSL enabled and waiting for negotiation SSL accepted as authentication type SSL DEBUG ACTIVE =>START SSL/TLS connect on COMMAND SSL_handshake:UNKWN before/connect initialization SSL_connect:UNKWN before/connect initialization SSL_connect:3WCH_A SSLv3 write client hello A SSL_connect:error in 3RSH_A SSLv3 read server hello A ftp: SSL/TLS connect COMMAND error: error:00000000:lib(0):func(0):reason(0) =>DONE SSL/TLS connect on COMMAND SSL authentication failed Connected to 66.162.244.102. 220 XXXXXXXXXXXX X2 WS_FTP Server 4.0.0 (1702823364) ---> AUTH TLS 234 SSL enabled and waiting for negotiation TLS accepted as authentication type SSL DEBUG ACTIVE =>START SSL/TLS connect on COMMAND SSL_handshake:UNKWN before/connect initialization SSL_connect:UNKWN before/connect initialization SSL_connect:3WCH_A SSLv3 write client hello A SSL_connect:error in 3RSH_A SSLv3 read server hello A ftp: SSL/TLS connect COMMAND error: error:00000000:lib(0):func(0):reason(0) =>DONE SSL/TLS connect on COMMAND TLS authentication failed Connected to XXXXXXXXXXXXXXXXX. 220 XXXXXXXXXXXXXXXX X2 WS_FTP Server 4.0.0 (1702824239) http://www.realmed.com/legal/confidential.htm Please visit http://www.ipswitch.com/support/mailing-lists.html to be removed from this list. An Archive of this list is available at: http://www.mail-archive.com/wsftp_forum%40list.ipswitch.com/
