pureftpd and TLS

Discussion in 'Server Operation' started by unkn0wn, Apr 12, 2006.

  1. unkn0wn

    unkn0wn New Member

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

    falko Super Moderator Howtoforge Staff

    You must also install openssl-devel.
     
  3. unkn0wn

    unkn0wn New Member

    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 :((((
     
  4. unkn0wn

    unkn0wn New Member

    itssss alll good ;0

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

    falko Super Moderator Howtoforge Staff

    If you want secure FTP, you can use SCP/SFTP.
     
  6. unkn0wn

    unkn0wn New Member

    in local i use scp :)
    but its much easier to use some GUI FTP clients like coreftp :)
    Its all work fine.
     

Share This Page