We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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)
.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):
Additional Context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
joglomedia
No branches or pull requests
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
)System Information (please complete the following information):
Additional Context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: