From owner-freebsd-questions@FreeBSD.ORG Mon Mar 8 23:56:49 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9144A16A4CE for ; Mon, 8 Mar 2004 23:56:49 -0800 (PST) Received: from mail1.interlite.net (ns1.interlite.net [62.119.93.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8FDA443D3F for ; Mon, 8 Mar 2004 23:56:48 -0800 (PST) (envelope-from pelle@spd.nu) Received: (qmail 8190 invoked by uid 89); 9 Mar 2004 08:49:14 +0100 Received: from unknown (HELO pelle) (62.119.94.78) by mail1.interlite.net with SMTP; 9 Mar 2004 08:49:14 +0100 From: "Pelle Andersson (SPD Systems AB)" To: Date: Tue, 9 Mar 2004 08:56:33 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2727.1300 Thread-Index: AcQFrAnZLBxrwFYYQ42DqIx3JTErQQ== X-Spam-DCC: : X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on server1.interlite.net X-Spam-Level: X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.63 Message-Id: <20040309075648.8FDA443D3F@mx1.FreeBSD.org> Subject: ProFTPD from ports with TLS X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: pelle@spd.nu List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Mar 2004 07:56:49 -0000 Hi again! I do not know if this is a FreeBSD issue but I need to ask to know. I have installed ProFTPd 1.2.9 from ports with #--- 'make WITH_OPENSSL=yes install clean' #--- Everyting went just fine, no errors or anything. The server is starting up ok and seems to be running fine. The problem? I cannot connect to it using SSL =( Im trying to connect with FlashFXP. Im using FreeBSD 4.9. In my proftpd.conf: #--- TLSEngine on TLSLog /var/log/proftpdtls.log TLSProtocol TLSv1 TLSRequired off TLSRSACertificateFile /etc/ftpd/cert.pem TLSVerifyClient off #--- Do I need to do something more than this? Where is mod_tls.c located for example? Thanks in advance, Best regards Pelle