FileZilla Server3: Implicit SSL part 1: Difference between revisions
Upazixorys (talk | contribs) No edit summary |
m (Reverted edits by Upazixorys (Talk); changed back to last version by Ric) |
||
Line 1: | Line 1: | ||
{{Uc nav FileZilla Server3}} | {{Uc nav FileZilla Server3}} | ||
'''Implicit SSL''' | '''Implicit SSL''' | ||
Line 15: | Line 14: | ||
{| | {| | ||
|- | |- | ||
|valign= | |valign="top" width="100%"| | ||
==== Enable SSL support ==== | ==== Enable SSL support ==== | ||
* Navigate to folder '''UniServer''' | * Navigate to folder '''UniServer''' | ||
# Start FileZilla server by double clicking on '''fz_start.bat''' | # Start FileZilla server by double clicking on '''fz_start.bat''' | ||
# Start FileZilla administration interface, double click on '''fz_admin.bat''' | # Start FileZilla administration interface, double click on '''fz_admin.bat''' | ||
# Select '''Edit | # Select '''Edit > Settings''' | ||
# From the left menu '''click''' on '''SSL/TLS settings''' - A) | # From the left menu '''click''' on '''SSL/TLS settings''' - A) | ||
# Check '''Enable SSL/TSL support''' - B) | # Check '''Enable SSL/TSL support''' - B) | ||
Line 35: | Line 34: | ||
[[Image:Uc5_filezilla_4.gif]] | [[Image:Uc5_filezilla_4.gif]] | ||
|- | |- | ||
|valign= | |valign="top"| | ||
==== Fill in certificate details ==== | ==== Fill in certificate details ==== | ||
Clicking Generate new certificate opens the certificate form fill in as follows: | Clicking Generate new certificate opens the certificate form fill in as follows: | ||
<ol start="10"> | |||
<li> '''Seclect Key size''' 4096bit - G) - may need to reduce this to 1024</li> | |||
<li> Insert 2-Digit '''country code''' - H)</li> | |||
<li> Fill in some '''real or dummy information''' a) to f)</li> | |||
<li> '''Fill in Common name''' Use '''localhost''' or your real domain name - I)</li> | |||
<li> Click browse button - J)<br> | |||
Navigate to folder '''C:\UniServer\filezilla_server''' | Navigate to folder '''C:\UniServer\filezilla_server'''<br>This is where the certificate will be saved.<br><br> | ||
'''''Note 1'':''' Your virtual drive letter may be different hence use that. | '''''Note 1'':''' Your virtual drive letter may be different hence use that.<br>'''''Note 2'':''' If you are not using portable mode choose any folder you like.<br>However its a good idea to use folder<br>*\filezilla_server\filezilla_server_portable<br><br> | ||
</li> | |||
<li> Click '''Generate certificate''' this will take a while. - K) </li> | |||
<li> When complete click '''OK''' - L) | |||
</ol> | |||
'''''[[#top | Top]]''''' | '''''[[#top | Top]]''''' | ||
Line 56: | Line 55: | ||
[[Image:Uc5_filezilla_5.gif]] | [[Image:Uc5_filezilla_5.gif]] | ||
|- | |- | ||
|valign= | |valign="top"| | ||
==== Enable user to use SSL ==== | ==== Enable user to use SSL ==== | ||
<ol start="17"> | |||
<li> From FileZilla admin select '''Edit > Users'''</li> | |||
<li> Select page '''General''' - left menu</li> | |||
<li> '''Select a user account''' - M)</li> | |||
<li> '''Check Bypass''' - N)</li> | |||
<li> '''Check Force SSL''' for user login - O)</li> | |||
<li> Click '''OK''' - P)</li> | |||
<li> '''Restart server'''</li> | |||
</ol> | |||
That completes the FileZille set-up. | That completes the FileZille set-up. | ||
Line 85: | Line 84: | ||
{| | {| | ||
|- | |- | ||
|valign= | |valign="top" width="100%"| | ||
==== FireFox and FireFTP ==== | ==== FireFox and FireFTP ==== | ||
I am assuming your are using FireFox and FireFTP these two are a great combination. | I am assuming your are using FireFox and FireFTP these two are a great combination. | ||
Line 93: | Line 92: | ||
'''''Start FireFTP'':''' | '''''Start FireFTP'':''' | ||
* Start FireFTP plugin '''Tools | * Start FireFTP plugin '''Tools > FireFTP''' | ||
===== Main Tab ===== | ===== Main Tab ===== | ||
Line 106: | Line 105: | ||
[[Image:Uc_filezilla_7.gif]] | [[Image:Uc_filezilla_7.gif]] | ||
|- | |- | ||
|valign= | |valign="top" width="100%"| | ||
===== Connection Tab ===== | ===== Connection Tab ===== | ||
<ol start="6"> | |||
<li> '''Click on Connection''' tab - U)</li> | |||
<li> From the drop down menu '''select Implicit SSL''' (Good) - V)</li> | |||
<li> Check the port number '''990''' is set - W)</li> | |||
<li> Finally click '''OK''' - X)</li> | |||
</ol> | |||
'''''Note'':''' You may need to check the IPv6 box for 4096bi! | '''''Note'':''' You may need to check the IPv6 box for 4096bi! | ||
Line 160: | Line 159: | ||
Using quick connect makes testing extremely easy fill in the top row as follows: | Using quick connect makes testing extremely easy fill in the top row as follows: | ||
{|cellspacing= | {|cellspacing="10" | ||
|-valign= | |-valign="top" | ||
| | | | ||
* A) Enter Host '''ftps:/localhost''' | * A) Enter Host '''ftps:/localhost''' | ||
Line 168: | Line 167: | ||
* D) Enter port '''990''' | * D) Enter port '''990''' | ||
* F) Click Quickconnect | * F) Click Quickconnect | ||
* A pop-up is displayed '''Unknown certificate''' click OK | * A pop-up is displayed '''Unknown certificate''' click OK<br /> Creates an exception. | ||
You can now view and navigate folders assigned to user '''fred''' | You can now view and navigate folders assigned to user '''fred''' |
Latest revision as of 07:53, 24 November 2010
FileZilla Server3: Introduction | Basic Config 1 | Basic Config 2 | Implicit SSL part 1 | Implicit SSL part 2 | Portable FileZilla FTPd | Install Options | Batch Files | UniTray
|
Uniform Server 5-Nano FileZilla FTPd (Server). |
Implicit SSL
The previous pages descried how to install the FileZilla server on uniform server. Passwords and data are sent unencrypted over the Internet. Depending on your application and use this is adequate and suitable for most purposes.
FileZila FTPd overs a much more secure alternative using SSL to encrypt both passwords and data. There are a number of steps required in setting up a secure FTP server hence is relatively difficult. I have split this over two pages making it clearer and hopefully easier to understand.
The procedure is incremental first create a server certificate ensure it runs on a local network and finally configure for Internet access.
Server certificate
FileZilla has a built in certificate generator making this process very easy.
Enable SSL support
Note:
|
|
Fill in certificate detailsClicking Generate new certificate opens the certificate form fill in as follows:
|
|
Enable user to use SSL
That completes the FileZille set-up. Note: Although we are using a single user account the above can be applied to other users. You can have a mix of users some using encryption while other do not the choice is yours. |
Client - FireFTP
FireFox and FireFTPI am assuming your are using FireFox and FireFTP these two are a great combination. You can use your preferred client the set-up will be similar. Check your clients manual for instructions.
Main Tab
|
|
Connection Tab
Note: You may need to check the IPv6 box for 4096bi! Local testFrom FireFTP click the Connect button enter name and password. Your browser will have a whinge, create a certificate exception. FTP folder will display. Local network testOn another PC connected to your network repeat the above steps 1-9. Note: At step 1 enter your PC’s IP address. (See Basic Configuration 1 page how to obtain IP address) That confirms you can access the FTP server across your network. |
Client - FieZilla
For completeness I have included this section it shows how to install portable FileZilla client and how to use it for testing the above.
Install
- Create a new folder C:\FileZilla_client (can be any name)
- Download the latest client FileZillaPortable_3.3.0.1.paf.exe from PortableAppas
- Save to the above folder
- Double click on FileZillaPortable_3.3.0.1.paf.exe to extract
- Select language English click OK
- Click Next
- Choose Components defaults are OK click Next
- Click Browse navigate to folder C:\FileZilla_client
- Click Install
- Click Finish
Run Client
- Navigate to folder C:\FileZilla_client\FileZillaPortable
- To run double click on file FileZillaPortable.exe
Local test
Using quick connect makes testing extremely easy fill in the top row as follows:
You can now view and navigate folders assigned to user fred |
Summary
The above provides a secure link to your FTP server. If you are running a wireless network, data can be intercepted by sniffing the radio signals.
Should your basic wireless security be compromised the FTP encryption will provide another hurdle making it more difficult for that data to be accessed.
You do need the above security when FTPing data across the Internet. Before proceeding to the final part make sure you can securely FTP locally.