Skip to content
New issue

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

[Bug] VSFTPD install from source failed on Ubuntu 22.04 #146

Open
joglomedia opened this issue Apr 15, 2023 · 0 comments
Open

[Bug] VSFTPD install from source failed on Ubuntu 22.04 #146

joglomedia opened this issue Apr 15, 2023 · 0 comments
Assignees
Labels

Comments

@joglomedia
Copy link
Owner

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
image

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.

@joglomedia joglomedia self-assigned this Apr 15, 2023
@joglomedia joglomedia added the bug label Apr 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant