PDA

View Full Version : pureftpd and TLS


unkn0wn
12th April 2006, 12:27
I want to use TLS in my ftp connections:
i run:


./configure --with-everything --with-paranoidmsg
--without-capabilities --with-virtualchroot
--with-tls --with-certfile=/etc/ssl/private/pure-ftpd.pem
--with-ssl


checking whether you already have a standard SHA1 implementation... no
checking whether we are inside a Virtuozzo virtual host... no
checking default TCP send buffer size... 16384
checking default TCP receive buffer size... 87380
configure: error: OpenSSL headers not found.

i have openssl installed.

/src/pure-ftpd-1.0.21# openssl
OpenSSL> version
OpenSSL 0.9.8a 11 Oct 2005

falko
12th April 2006, 23:42
You must also install openssl-devel.

unkn0wn
13th April 2006, 00:49
i menaged it.
i google it :) i saw on some mailing list arhieve that i need taht packege with header files :)))
but when i configure with

--with-certfile=/etc/ssl/private/pure-ftpd.pem

i get warning thet , this configure cannot find cert file
/etc/ssl/private/pure-ftpd.pem , it doesnt exist/
but it exist i #cat cert and see code blocks everything llooks fine.
i can ftp to machine with standard use , but with TLS no :((((

unkn0wn
13th April 2006, 11:18
itssss alll good ;0

that was just warning but tls work just fine
any suggestions on ftp hardening

falko
13th April 2006, 12:48
itssss alll good ;0

that was just warning but tls work just fine
any suggestions on ftp hardening
If you want secure FTP, you can use SCP/SFTP.

unkn0wn
14th April 2006, 09:09
in local i use scp :)
but its much easier to use some GUI FTP clients like coreftp :)
Its all work fine.