Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Mar 2004 08:56:33 +0100
From:      "Pelle Andersson (SPD Systems AB)" <pelle@spd.nu>
To:        <freebsd-questions@FreeBSD.ORG>
Subject:   ProFTPD from ports with TLS
Message-ID:  <20040309075648.8FDA443D3F@mx1.FreeBSD.org>

next in thread | raw e-mail | index | archive | help

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:

#---
<IfModule mod_tls.c>
TLSEngine				on
TLSLog				/var/log/proftpdtls.log
TLSProtocol				TLSv1
TLSRequired off
TLSRSACertificateFile         /etc/ftpd/cert.pem
TLSVerifyClient off
</IfModule>
#---

Do I need to do something more than this?
Where is mod_tls.c located for example?

Thanks in advance, Best regards Pelle





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040309075648.8FDA443D3F>