Problem accessing throug FTPS/FTPES

I tried several modes, PASV, EPSV, with Implicit and Explicit SSL
I tried with (opened ports) 20, 21, 2121 (FTPES) and 990 (FTPS). If I disable the TLS option in NAS I can access through 21 as "insecure" FTP
And with Filezilla the problem is always at
It may be necessary to open PASV port range? (FTPES or FTPS are not working in "active"?)
- Code: Select all
2020-10-23 00:59:38,652 mod_tls/2.7[18953]: TLS/TLS-C requested, starting TLS handshake
2020-10-23 00:59:38,747 mod_tls/2.7[18953]: client supports secure renegotiations
2020-10-23 00:59:38,747 mod_tls/2.7[18953]: TLSv1.2 connection accepted, using cipher ECDHE-RSA-AES256-GCM-SHA384 (256 bits)
2020-10-23 00:59:38,865 mod_tls/2.7[18953]: Protection set to Private
2020-10-23 01:00:14,907 mod_tls/2.7[18978]: TLS/TLS-C requested, starting TLS handshake
2020-10-23 01:00:15,080 mod_tls/2.7[18978]: client supports secure renegotiations
2020-10-23 01:00:15,080 mod_tls/2.7[18978]: TLSv1.2 connection accepted, using cipher ECDHE-RSA-AES256-GCM-SHA384 (256 bits)
2020-10-23 01:00:15,170 mod_tls/2.7[18978]: Protection set to Private
2020-10-23 01:00:35,734 mod_tls/2.7[18991]: TLS/TLS-C requested, starting TLS handshake
2020-10-23 01:00:35,815 mod_tls/2.7[18991]: client supports secure renegotiations
2020-10-23 01:00:35,815 mod_tls/2.7[18991]: TLSv1.2 connection accepted, using cipher ECDHE-RSA-AES256-GCM-SHA384 (256 bits)
2020-10-23 01:00:35,932 mod_tls/2.7[18991]: Protection set to Private
2020-10-23 01:01:12,871 mod_tls/2.7[19017]: TLSOption UseImplicitSSL in effect, starting SSL/TLS handshake
2020-10-23 01:01:30,710 mod_tls/2.7[19017]: unable to accept TLS connection: received EOF that violates protocol
2020-10-23 01:01:30,711 mod_tls/2.7[19017]: unable to accept TLS connection: usually this indicates an FTP-aware router, NAT, or firewall interfering with the TLS handshake
2020-10-23 01:01:30,711 mod_tls/2.7[19017]: implicit SSL/TLS negotiation failed on control channel
2020-10-23 01:01:30,711 xxxxx.Home proftpd[19017] 192.168.1.38 (62.83.xxx.xx[62.83.xxx.xx]): mod_tls.c: error initializing session: Permission denied
2020-10-23 01:01:53,623 mod_tls/2.7[19045]: TLSOption UseImplicitSSL in effect, starting SSL/TLS handshake
2020-10-23 01:02:11,481 mod_tls/2.7[19045]: unable to accept TLS connection: received EOF that violates protocol
2020-10-23 01:02:11,482 mod_tls/2.7[19045]: unable to accept TLS connection: usually this indicates an FTP-aware router, NAT, or firewall interfering with the TLS handshake
2020-10-23 01:02:11,482 mod_tls/2.7[19045]: implicit SSL/TLS negotiation failed on control channel
2020-10-23 01:02:11,482 xxxxx.Home proftpd[19045] 192.168.1.38 (62.83.xxx.xx[62.83.xxx.xx]): mod_tls.c: error initializing session: Permission denied
2020-10-23 01:02:23,072 mod_tls/2.7[19065]: TLSOption UseImplicitSSL in effect, starting SSL/TLS handshake
2020-10-23 01:02:40,919 mod_tls/2.7[19065]: unable to accept TLS connection: received EOF that violates protocol
2020-10-23 01:02:40,919 mod_tls/2.7[19065]: unable to accept TLS connection: usually this indicates an FTP-aware router, NAT, or firewall interfering with the TLS handshake
2020-10-23 01:02:40,920 mod_tls/2.7[19065]: implicit SSL/TLS negotiation failed on control channel
2020-10-23 01:02:40,920 xxxxx.Home proftpd[19065] 192.168.1.38 (62.83.xxx.xx[62.83.xxx.xx]): mod_tls.c: error initializing session: Permission denied
I tried with (opened ports) 20, 21, 2121 (FTPES) and 990 (FTPS). If I disable the TLS option in NAS I can access through 21 as "insecure" FTP
And with Filezilla the problem is always at
- Code: Select all
Status: Connecting to xx.x.xx.xxx:2121...
Status: Connection established, waiting for welcome message...
Status: Initializing TLS...
Status: Verifying certificate...
Status: TLS connection established.
Status: Logged in
Status: Retrieving directory listing...
Command: PWD
Response: 257 "/" is the current directory
Command: TYPE I
Response: 200 Type set to I
Command: PASV
Response: 227 Entering Passive Mode (xx,x,xx,xxx,218,194).
Command: LIST
Error: Connection timed out after 20 seconds of inactivity
Error: Failed to retrieve directory listing
It may be necessary to open PASV port range? (FTPES or FTPS are not working in "active"?)