Want to subscribe to topics you're interested in?
Become a Member

Pure-FTPD Unable to connect the newly built vhost via FTP.

Discussion in 'Other Centmin Mod Installed software' started by jellday, Dec 17, 2024.

  1. jellday

    jellday Member

    73
    4
    8
    May 31, 2014
    Ratings:
    +9
    Local Time:
    8:10 AM
    1.4.6
    5.5
    Please fill in any relevant information that applies to you:
    • CentOS Version: AlmaLinux 8
    • Centmin Mod Version Installed: 131.00stable
    • Nginx Version Installed: 1.27.2
    • PHP Version Installed: 7.4.33
    • MariaDB MySQL Version Installed: 10.4.34
    • When was last time updated Centmin Mod code base ? : never.
    • Persistent Config:
      Code (Text):
      cat /etc/centminmod/custom_config.inc
      [*]SELFSIGNEDSSL_ECDSA='y'
      PHPFINFO='y'
      PHP_OVERWRITECONF='n'
      PYTHON_INSTALL_ALTERNATIVES='y'
      
      MARCH_TARGETNATIVE='n'
      

    I just used the FlashFXP to connect to a new site, but I got errors:
    Code (Text):
    220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------
     220-You are user number 1 of 1000 allowed.
     220-Local time is now 23:02. Server port: 21.
     220-This is a private system - No anonymous login
     220-IPv6 connections are also welcome on this server.
     220 You will be disconnected after 15 minutes of inactivity.
     AUTH TLS
     234 AUTH TLS OK.
     Connected. Negotiating SSL/TLS session
     SSL error:1409442E:SSL routines:SSL3_READ_BYTES:tlsv1 alert protocol version
     Failed SSL/TLS negotiation, disconnected
     Connection failed (Connection closed by client)


    I set the Passive connection, and use FTP over explicit SSL. I don't know where the problem is.

     
  2. jellday

    jellday Member

    73
    4
    8
    May 31, 2014
    Ratings:
    +9
    Local Time:
    8:10 AM
    1.4.6
    5.5
    I updated the FlashFXP from 4.x to 5.x, problem solved. It seems to be the old version problem.
     
  3. eva2000

    eva2000 Administrator Staff Member

    54,331
    12,198
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,763
    Local Time:
    10:10 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Yeah the error suggests such
    Code (Text):
    SSL error:1409442E:SSL routines:SSL3_READ_BYTES:tlsv1 alert protocol version
     Failed SSL/TLS negotiation, disconnected
    

    As TLSv1.0 is deprecated in newer operating systems.