Error-Update-1-1-18-to-1-1-19 - Unable to start ProFTPD

  • Quote


    Ubuntu Desktop 12.04 "Precise Pangolin
    i-MSCP Version 1.1.19
    Apache FCGID & courier


    just updated, and FTP server is down

    Code
    1. root@panel:/home/miguelito/Descargas/imscp-1.1.19# /etc/init.d/proftpd start
    2. * Starting ftp server proftpd panel proftpd[351]: mod_tls/2.4.3: compiled using OpenSSL version 'OpenSSL 1.0.0e 6 Sep 2011' headers, but linked to OpenSSL version 'OpenSSL 1.0.1 14 Mar 2012' library
    3. panel proftpd[351]: mod_sftp/0.9.8: compiled using OpenSSL version 'OpenSSL 1.0.0e 6 Sep 2011' headers, but linked to OpenSSL version 'OpenSSL 1.0.1 14 Mar 2012' library
    4. panel proftpd[351]: mod_tls_memcache/0.1: notice: unable to register 'memcache' SSL session cache: Memcache support not enabled
    5. panel proftpd[351]: Fatal: TLSProtocol: unknown protocol: 'TLSv1.1' on line 111 of '/etc/proftpd/proftpd.conf'
    6. [fail]
    7. root@panel:/home/miguelito/Descargas/imscp-1.1.19#
  • Hello ;



    Ok, so on line 111 of the /etc/proftpd/proftpd.conf configuration file, remove the following


    Code
    1. TLSv1.1 TLSv1.2


    Once it's done, start proftpd


    Code
    1. # service proftpd start


    Will be fixed in next release.


    Refs:

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

  • No ! ! !


    You must change to


    Code
    1. TLSProtocol TLSv1


    else, you'll open your FTP server for poodle attacks ;)

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206