Changeset 2269

Show
Ignore:
Timestamp:
08/11/08 12:19:29 (4 months ago)
Author:
benjamin
Message:

Fixing TLS for proftpd : CertificateFile? IS REQUIRED for TLS to work

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • alternc/trunk/etc/alternc/templates/proftpd/proftpd.conf

    r2267 r2269  
    4545TLSRSACertificateFile           /etc/apache-ssl/apache.pem 
    4646TLSEngine                       on 
     47# Use the IANA registered ephemeral port range 
     48# If you have a firewall, you should open this portrange  
     49# (or change it) 
     50# since ip_conntrack_ftp cannot decrypt TLS session. 
     51PassivePorts 49152 65534 
     52 
    4753 
    4854<Directory /*>