PDA

View Full Version : PureFTP over TLS


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 !!

gertk
22nd October 2011, 05:30
And You may want to set passive portrange http://www.faqforge.com/linux/controlpanels/ispconfig3/how-to-set-the-passiveportrange-in-pure-ftpd-on-denian-and-ubuntu-linux/

corpus
31st October 2011, 17:58
Your solution works, mine works for a wile
thanks

denpark
7th November 2011, 22:14
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 !!
do i need to add port 990 also? it doesn't seem to be in my list.

corpus
8th November 2011, 07:11
denpark try only the gertk solution

faqforge.com/linux/controlpanels/ispconfig3/how-to-set-the-passiveportrange-in-pure-ftpd-on-denian-and-ubuntu-linux/

My solution works only for a while
But i don΄t know if only passive connections is ok

denpark
8th November 2011, 10:05
thanks for your reply. I think i am having other issues...


http://www.howtoforge.com/forums/showthread.php?t=54829