Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
1 vote
1 answer
5k views

"This server does not support FTP over TLS" warning in vsftp. Why does it appear?

I've got a small VM set up, which runs Debian. In my vsftpd.conf file, there are the following lines: listen=YES listen_ipv6=NO connect_from_port_20=NO anonymous_enable=NO local_enable=YES ...
Kostas M's user avatar
0 votes
1 answer
3k views

TLS1.2 still used despite forcing use of TLS1.0

I have a customer who is trying to connect to my company's FTP server and we have asked him to force the use of TLS1.0, which he has done through a curl request (curl version : 7.29.0). However, ...
Alex Merchant's user avatar
1 vote
0 answers
174 views

ProFTP on Centos 7 - 200 Protection set to Private occurs

ProFTP on Centos 7. I have 2 virtualmin virtual servers created with the same server template. Let's say A.com and B.com. Their users can connect to their ftp accounts with TLS Here my global ...
Giacomo Scarpino's user avatar
1 vote
1 answer
764 views

proftpd no directory listing after activating TLS

I'm running proftpd on Ubuntu 18.x and activated TLS. Ports range for passive mode are open by ufw. Still, when TLS is activated in the proftpd config, directory listing fails. What could be the ...
Michael's user avatar
  • 111
3 votes
0 answers
1k views

Can we disable stateful ftp inspection just for one program?

Right now I have a program which generates ftp requests to a remote server. The connection is passive mode. The problem is that the connection is encrypted with TLS and windows firewall on the client ...
Navjot Singh's user avatar
7 votes
4 answers
8k views

trust server certificate with lftp

When connecting to a server with lftp, I have the following issue: Certificate verification: Not trusted: no issuer was found (AA:AA:AA:[...]:AA:AA) Which indicates at least that the cert ...
MayeulC's user avatar
  • 225
1 vote
2 answers
11k views

Received TLS alert from the server: Handshake failed (40)

I've got new web server with proftpd onboard. The problem is I can't connect to it through filezilla FTP client because it gives me an error Status: Connection established, waiting for welcome ...
user619271's user avatar
2 votes
0 answers
2k views

FileZilla Hangs Initializing TLS

I've read the other questions about this problem, but the only solution that works is insecure FTP. After spending two months cleaning up after hackers this summer -- and not realizing it WAS ...
Ellsinore's user avatar
1 vote
1 answer
3k views

proftpd - Insecure server, it does not support FTP over TLS

I'm trying to configure a FTP proftpd server with TLS in Ubuntu 16.04 I'm using proftpd from the proftpd-basic ubuntu package, which has tls_mod module compiled as shared module: $ sudo proftpd -vv ...
rodrunner's user avatar
  • 519
4 votes
1 answer
899 views

Can't connect to new FTP server

I know there are lots of post out there on this but I feel like I've tried everything. I've worked with my IT staff and we're all stumped. So here is all of the possibly useful information I can think ...
Supergibbs's user avatar
5 votes
2 answers
4k views

Why is session reuse useful in FTPS?

I noticed that not all FTPS clients support session reuse and I'm wondering whether it is a critical security option that should be left enabled on the server. My guess is that it's possible for an ...
Cyker's user avatar
  • 411
6 votes
1 answer
52k views

Unable to connect to FTP server using Filezilla with router in-between

While connecting to my web server using filezilla, i am getting this error: Status: Resolving address of ftp.mysite.org.in Status: Connecting to 199.199.199.18:21... Status: Connection established, ...
haywire's user avatar
  • 294