corpus
31st August 2011, 19:58
Hello
I had some errors to login in pureftpd server with TLS session enabled and filezilla with FTPES - FTP over explicit TLS/SSL
after a litlle search in google found that the problem is the firewall.
When i disabled firewall rules from ispconfig i can login
So the solution that worked for me is
first run as root
grep -i ftps /etc/services
my results in debian 6
ftps-data 989/tcp # FTP over SSL (data)
ftps 990/tcp
add port 989 in Open TCP ports in your ispconfig firewall records
:):)
works !!
I had some errors to login in pureftpd server with TLS session enabled and filezilla with FTPES - FTP over explicit TLS/SSL
after a litlle search in google found that the problem is the firewall.
When i disabled firewall rules from ispconfig i can login
So the solution that worked for me is
first run as root
grep -i ftps /etc/services
my results in debian 6
ftps-data 989/tcp # FTP over SSL (data)
ftps 990/tcp
add port 989 in Open TCP ports in your ispconfig firewall records
:):)
works !!