Fail to start FTP with TLS on SCALE-22.02-RC.1-1

a2940uw

Cadet
Joined
Nov 7, 2021
Messages
6
Hi Everyone, I would like to report a issue for my SCALE-22.02-RC.1-1 installed on Proxmox, everything seems to be working fine but fail to start the FTP service with TLS and shown the error message for missing Proftpd TLS module, for start FTP without TLS is no such this problem.

--- Error Log ---
proftpd[2398840]: mod_dso/0.5: unable to load 'mod_tls.c'; check to see if '/usr/lib/proftpd/mod_tls.la' exists
proftpd[2398840]: fatal: LoadModule: error loading module 'mod_tls.c': No such file or directory on line 47 of '/etc/proftpd/proftpd.conf'
------

Thanks
 

riptide_

Cadet
Joined
Oct 28, 2021
Messages
3
I managed to solve this issue by running
Code:
sudo apt install proftpd-mod-crypto


I don't expect this change to stick after an upgrade, but they will hopefully solve this in the next RC.
 

z3us

Cadet
Joined
Nov 30, 2021
Messages
5
Fixed in RC2:
[NAS-112761] - FTP fails to start when Enable TLS is checked
 
Top