How to enable "FTP over SSL" on server?

Need help with FileZilla Server? Something does not work as expected? In this forum you may find an answer.

Moderator: Project members

Post Reply
Message
Author
infinity
500 Command not understood
Posts: 2
Joined: 2006-08-09 12:55

How to enable "FTP over SSL" on server?

#1 Post by infinity » 2006-08-09 12:58

I tried to search but couldn't find any solution.

In the "Edit"->"Settings"....I clicked on the "SSL/TLS Settings"

I 'checked' the "Enable SSL/TLS support" check box.

Now how do i create the "private key file" and "certificate file"?

Is there any thing else that i need to do to enable "FTP over SSL" or "FTP over TLS"

thanks.

User avatar
boco
Contributor
Posts: 26940
Joined: 2006-05-01 03:28
Location: Germany

#2 Post by boco » 2006-08-11 18:45

You would have to generate your SSL certificate if you have none yet. There is a 'Generate new certificate' button on the SSL/TLS Settings page.

boco

infinity
500 Command not understood
Posts: 2
Joined: 2006-08-09 12:55

#3 Post by infinity » 2006-08-12 06:40

Hello Boco,

I generated the certificate as follows.

1. checked the "enable ssl/tls support". The "Allow explicit ssl/tls on normal connections" is unchecked. "Force prot p.." is also unchecked.
2. clicked on "generate new certificate" button.
3. mentioned the "server address" as 127.0.0.1
4. clicked on "generate certificate" button.
5. the "generate certificate" dialog box closed.
6. Now i have create a "user group" and "user" with "Force SSL for user login" checkbox as checked.
7. Now when i try to connect using "normal FTP" i get an error that "Response: 530 SSL required"
8. Now i am trying to connect using "FTP over SSL/TLS (implicit encryption)" and getting the following errors on the "server" and "client".

Please let me know do i need to correct?

--message on server.
(000032) 8/12/2006 11:56:07 AM - (not logged in) (127.0.0.1)> Connected, sending welcome message...
(000032) 8/12/2006 11:56:07 AM - (not logged in) (127.0.0.1)> 220-FileZilla Server version 0.9.18 beta
(000032) 8/12/2006 11:56:07 AM - (not logged in) (127.0.0.1)> 220-written by Tim Kosse (Tim.Kosse@gmx.de)
(000032) 8/12/2006 11:56:07 AM - (not logged in) (127.0.0.1)> 220 Please visit http://sourceforge.net/projects/filezilla/
(000032) 8/12/2006 11:56:07 AM - (not logged in) (127.0.0.1)> disconnected.

--messages on client
Status: Connecting to localhost ...
Error: Can't establish SSL connection
Status: Connected with localhost, negotiating SSL connection...
Error: Disconnected from server
Error: Unable to connect!

User avatar
botg
Site Admin
Posts: 35566
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

#4 Post by botg » 2006-08-12 09:39

You'll have to use the SSL port (990 by default) to connect using implicit SSL.

Only if using explicit SSL you can connect using the normal FTP port.

Frater
500 Command not understood
Posts: 2
Joined: 2006-08-13 12:42

#5 Post by Frater » 2006-08-13 12:45

Umm...
Setting a proper server IP instead of Localhost might solve your problem mate. ;)

Cheers!

Post Reply