LEMPer
LEMPer copied to clipboard
[Bug] VSFTPD install from source failed on Ubuntu 22.04
trafficstars
Describe the Issue / Bug Installation from source on Ubuntu 22.04 fails due to OpenSSL 3
To Reproduce Steps to reproduce the behavior: GitHub Action
Expected Behavior Install from source on newer OpenSSL version
Screenshots / Screen Cast

Config File (.env)
[ftpd]
INSTALL_FTP_SERVER=true
# Available installer: repo | source.
FTP_SERVER_INSTALLER="source"
# Supported FTP server: vsftpd | pureftpd.
FTP_SERVER_NAME="pureftpd"
# Available version: 3.0.5 (vsftpd), 1.0.50 (pure-ftpd), or latest.
FTP_SERVER_VERSION="latest"
# Enable FTP over TLS.
FTP_SSL_ENABLE=true
# Enable passv mode.
FTP_PASV_MODE=true
# Range of passv ports.
FTP_MIN_PORT=45000
FTP_MAX_PORT=45099
System Information (please complete the following information):
- OS: ubuntu-latest
- Version: 2.6.6
Additional Context Add any other context about the problem here.