IIS 7 FTP over SSL IIS 7 FTP su SSL
One of the new and long awaited features in IIS 7 is support for FTPS or FTP over SSL. By default all FTP data is transfered in clear text, including the user name and password. From a security point of view you can see this is a bad thing. FTPS to the rescue! Before you begin you will need to download and install FTP for IIS7 and you can do so here: Uno dei nuovi e caratteristiche a lungo atteso in IIS 7 è il supporto per FTPS o FTP su SSL. Per impostazione predefinita FTP tutti i dati vengono trasferiti in chiaro, compreso il nome utente e la password. Da un punto di vista della sicurezza si può vedere si tratta di un male. FTPS per il salvataggio! Prima di iniziare è necessario scaricare e installare FTP per IIS7 e puoi farlo qui:
- FTP for IIS 7 on Windows Server 2008 x86 FTP per IIS 7 in Windows Server 2008 x86
- FTP for IIS 7 on Windows Server 2008 x64 FTP per IIS 7 in Windows Server 2008 x64
The first step is to create the certificate. You have two options, create a certificate request to process with a 3rd party SSL cert provider and then complete the request by importing the supplied cert, or creating a self signed certificate. For production systems ALWAYS use a 3rd party cert from a trusted root. For this setup we will use a self signed certificate so we will start by creating one. Il primo passo è quello di creare il certificato. Lei ha due opzioni, creare una richiesta di certificato di processo con una 3a parte SSL cert fornitore e quindi completare la richiesta di importazione forniti cert, o la creazione di un certificato firmato autonomo. Per i sistemi di produzione SEMPER uso uno 3a parte da un cert radice di fiducia. Per questa configurazione si utilizza un certificato firmato autonomo in modo che avrà inizio con la creazione di uno.
Click on Create Self Signed Certificate called My FTP Certificate… Fare clic su Crea auto certificato firmato chiamato il mio certificato FTP ...
Next click on Default Web Site and then double click on FTP SSL Settings. Select your SSL certificate from the list and then choose Allow SSL Connections. Fare clic su Sito Web predefinito e quindi fare doppio clic su Impostazioni SSL FTP. Selezionare il certificato SSL dalla lista e quindi scegliere Consenti connessioni SSL. Click Apply and we are almost done! Fare clic su Applica e siamo quasi finito!
We can test it out by connecting to the FTP server with the following command: Possiamo prova è da collegare al server FTP con il seguente comando:
ftps localhost FTPS localhost
If all goes well we will be connected. Now we enable SSL with the following command: Se tutto va bene ci sarà collegato. Ora attivare SSL con il seguente comando:
SSL on (enter) SSL su (inserite)
bye (enter) bye (entrare)
You will be disconnected but you can see that SSL for Commands and SSL for Data is set to on. Ti verrà scollegato, ma si può vedere che SSL per Comandi e SSL per i dati è impostato su on.
Now that SSL is enabled we have the option to force it by choosing Require SSL Connections. Ora che SSL è abilitato abbiamo l'opzione di forza che da scegliere Richiedi connessioni SSL.
Again click apply and if we try and login with: Anche in questo caso scegliere se applicare e cerchiamo di accesso e con:
ftp localhost ftp localhost
We will see the error message that the “SSL policy requires SSL for control channel”. Vedremo il messaggio di errore che la "politica richiede SSL SSL per il canale di controllo".
If you want to try this out for yourself you can via the TechNet Virtual Labs. Se volete provare questa per te è possibile tramite il TechNet Virtual Labs.
For more information see: Per ulteriori informazioni, si veda:
Written by rodney.buike. Scritto da rodney.buike. Read more great feeds at is source Per saperne di più grande al feed è fonte WEBSITE SITO WEB
1 comment 1 commento . .
Read more articles on Per saperne di più articoli su rodney.buike rodney.buike and e otherSoftware otherSoftware and e IIS IIS and e windows server Windows Server and e Security Sicurezza . .
- [+] Digg [+] Digg : Feature this article : Feature questo articolo
- [+] Del.icio.us [+] Del.icio.us : Bookmark this article : Aggiungi ai preferiti questo articolo
- [+] Furl [+] Furl : Bookmark this article : Aggiungi ai preferiti questo articolo
















#1 # 1 . December 10th, 2008, at 7:56 PM. . Dicembre 10th, 2008 a 7:56 PM.
but how do i achually get on the FTP over SSL ???? ma come faccio a ottenere achually su FTP su SSL? i can setup but can only get to the error saying i need to use SSL, but how??? Sono in grado di setup, ma può solo arrivare alla errore che dice che ho bisogno di utilizzare il protocollo SSL, ma come?