how to config tha proftpd with TLS
From: 不坏阿峰 (soneedu_at_gmail.com)
Date: 11/30/05
- Previous message: Oliver Lupton: "Re: Upgrading from old Sarge (Testing) to Unstable"
- Next in thread: Edward J. Shornock: "Re: how to config tha proftpd with TLS"
- Reply: Edward J. Shornock: "Re: how to config tha proftpd with TLS"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 30 Nov 2005 12:08:01 +0800 To: debian-user@lists.debian.org
how to config tha proftpd with TLS
i Uncomment the line in proftpd.conf :
TLSEngine on
,
is that proftpd can work in TLS way which open the TLSEngine only? or must
config the TLS .
following conf is the Linux(may be Redhat)
#########################ssl/tls############################
# MOD_TLS SETTING
<IfModule mod_tls.c>
TLSEngine on
TLSLog /var/log/proftpd-tls.log
TLSProtocol SSLv23
# Are clients required to use FTP over TLS when talking to this server?
TLSRequired ctrl
# Server's certificate
TLSRSACertificateFile /etc/proftpd.crt
TLSRSACertificateKeyFile /etc/proftpd.key
# Authenticate clients that want to use FTP over TLS
TLSVerifyClient off
#########################ssl/tls############################
now my question is ,have i install the module TLS when i apt-get install
proftpd ??
how to conf proftpd with TLS.
thx
-- 其实阿峰不坏 -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
- Previous message: Oliver Lupton: "Re: Upgrading from old Sarge (Testing) to Unstable"
- Next in thread: Edward J. Shornock: "Re: how to config tha proftpd with TLS"
- Reply: Edward J. Shornock: "Re: how to config tha proftpd with TLS"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
- Re: SFTP
... > the config of proftpd to make it ssl enabled. ... explains the instructions
for setting up TLS with proftpd. ... My /etc/proftpd.conf contains following for TLS:
... Fedora GNU/Linux Core 2 on Athlon CPU kernel 2.6.6-1.435 ... (Fedora) - Re: ftp with tls
... On Wednesday 16 June 2004 00:08, Edwards, Thomas W. wrote: ... > there another
setup example of this anywhere besides the proftpd site ... other replies yet, I'd suggest
looking in vsftpd, which I believe ... supports TLS out of the box. ... (Debian-User) - ftp with tls
... Has anyone gotten this to work in setting it up using tls for proftp? ... The
module mod_tls is built into the core of proftpd, ... (Debian-User)