Proftpd mod_tls

Ubuntu 16.04 LTS
Webmin 1.852

Hi, For some reason, mod_tls is not installed under ProFTPD and TLS is not working:

fatal: unknown configuration directive ‘TLSRSACertificateFile’

ProFTPD Version: 1.3.5a (maint)
Scoreboard Version: 01040003
Built: Tue Apr 5 2016 13:36:50 UTC

Loaded modules:
mod_lang/1.0
mod_ctrls/0.9.5
mod_cap/1.1
mod_memcache/0.1
mod_readme/1.0
mod_auth_pam/1.2
mod_ident/1.0
mod_dso/0.5
mod_facts/0.3
mod_delay/0.7
mod_site.c
mod_log.c
mod_ls.c
mod_auth.c
mod_auth_file/1.0
mod_auth_unix.c
mod_rlimit/1.0
mod_xfer.c
mod_core.c

Please advise, thanks,

When did you install? There were some bugs for some distributions that led to mod_tls not being loaded, though they’ve been fixed for at least a couple of weeks.

You can run the following to (probably) fix it:

# virtualmin config-system --include ProFTPd

That did the trick, thanks :slight_smile: