LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 12-21-2011, 06:33 AM   #1
vikas027
Senior Member
 
Registered: May 2007
Location: Sydney
Distribution: RHEL, CentOS, Ubuntu, Debian, OS X
Posts: 1,305

Rep: Reputation: 107Reputation: 107
Question FTP SSL in web browser


Dear All,

I am given a task to build a FTP (vsftpd) server on CentOS 5.7 64 Bit.

I have generate RSA key using this link.

Now, I am able to access the the VSFTPD server through a windows tool SmartFTP, but not allowing connections when trying to access the URL ftp://192.168.1.20. Ideally, I think it should ask me to save the certificate, but I am not geting any prompt to save the certificate.

I have tried on Mozilla Firefox and Google Chrome. My end users need to access the URL over browser.

Please help !
 
Old 12-21-2011, 09:09 AM   #2
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,634

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by vikas027 View Post
Dear All,
I am given a task to build a FTP (vsftpd) server on CentOS 5.7 64 Bit. I have generate RSA key using this link.

Now, I am able to access the the VSFTPD server through a windows tool SmartFTP, but not allowing connections when trying to access the URL ftp://192.168.1.20. Ideally, I think it should ask me to save the certificate, but I am not geting any prompt to save the certificate. I have tried on Mozilla Firefox and Google Chrome. My end users need to access the URL over browser.
Ok...so you're wanting to use SSL with FTP? Then try putting in "ftps://192.168.1.20" into your browser...that's FTP with SSL. You can also try the filezilla plug-in for your browser as well.
 
Old 12-21-2011, 09:39 AM   #3
anomie
Senior Member
 
Registered: Nov 2004
Location: Texas
Distribution: RHEL, Scientific Linux, Debian, Fedora
Posts: 3,935
Blog Entries: 5

Rep: Reputation: Disabled
@vikas027: Apologies in advance for going OT, but if there is any possibility for you to push back and suggest sftp instead to your customers, then do it. (If using a web browser is a requirement, then why not https?)
 
1 members found this post helpful.
Old 12-21-2011, 09:48 AM   #4
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,634

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by anomie View Post
@vikas027: Apologies in advance for going OT, but if there is any possibility for you to push back and suggest sftp instead to your customers, then do it. (If using a web browser is a requirement, then why not https?)
I would agree with that as well. FTP is woefully insecure.
 
Old 12-21-2011, 02:08 PM   #5
vikas027
Senior Member
 
Registered: May 2007
Location: Sydney
Distribution: RHEL, CentOS, Ubuntu, Debian, OS X
Posts: 1,305

Original Poster
Rep: Reputation: 107Reputation: 107
Thumbs up

Quote:
Originally Posted by anomie View Post
@vikas027: Apologies in advance for going OT, but if there is any possibility for you to push back and suggest sftp instead to your customers, then do it. (If using a web browser is a requirement, then why not https?)
I tried to convince them, but they are adamant about using FTP over SSL.

ftps://IP does not works.

However, I think till now I will try to use make them use SmartFTP only.

Many Thanks Anomie and TBone.
 
Old 12-21-2011, 03:20 PM   #6
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,634

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by vikas027 View Post
I tried to convince them, but they are adamant about using FTP over SSL.

ftps://IP does not works.
Ok...how about telling us what error(s) you're getting??
Quote:
However, I think till now I will try to use make them use SmartFTP only.
Many Thanks Anomie and TBone.
Did you try Filezilla or FireFTP for Firefox?
 
Old 12-22-2011, 02:01 PM   #7
vikas027
Senior Member
 
Registered: May 2007
Location: Sydney
Distribution: RHEL, CentOS, Ubuntu, Debian, OS X
Posts: 1,305

Original Poster
Rep: Reputation: 107Reputation: 107
Quote:
Originally Posted by TB0ne View Post
Ok...how about telling us what error(s) you're getting??

Did you try Filezilla or FireFTP for Firefox?
I could not find any SSL option in FireFTP.

I am getting this error.
Quote:
"530 Non-anonymous sessions must use encryption"

Last edited by vikas027; 12-22-2011 at 02:21 PM.
 
1 members found this post helpful.
Old 12-22-2011, 06:45 PM   #8
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,634

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by vikas027 View Post
I could not find any SSL option in FireFTP.

I am getting this error.
Open the site with ftps://<address or server name>. In FireFTP, click EDIT->Connections. Set your certificate/authentication there. Read the FireFTP docs, or look at Google. FireFTP supports FTPS easily.

Again, FTP (even FTPS), is *NOT* that secure....SFTP is much more secure, easier to administer, and easier to script for. FTP and Telnet are 30-year old tech, and shouldn't be used, when there are better options.
 
Old 12-24-2011, 04:47 AM   #9
vikas027
Senior Member
 
Registered: May 2007
Location: Sydney
Distribution: RHEL, CentOS, Ubuntu, Debian, OS X
Posts: 1,305

Original Poster
Rep: Reputation: 107Reputation: 107
Thanks TB0ne

Quote:
Originally Posted by TB0ne View Post
Open the site with ftps://<address or server name>. In FireFTP, click EDIT->Connections. Set your certificate/authentication there. Read the FireFTP docs, or look at Google. FireFTP supports FTPS easily.
Thanks TB0ne, I will check this and revert.

Quote:
Originally Posted by TB0ne View Post
Again, FTP (even FTPS), is *NOT* that secure....SFTP is much more secure, easier to administer, and easier to script for. FTP and Telnet are 30-year old tech, and shouldn't be used, when there are better options.
I understand, but customer is adamant to use native FTP.

Lately, they have told me that do not want to use even SSL now.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
How does ssl 3 and tls1 and tls 1.1 work with a web browser? deepsix Linux - Security 34 03-21-2011 02:02 PM
problems with ftp in a web browser... markw8500 Linux - Software 1 05-18-2006 11:21 PM
Trouble w/ FTP via Web Browser daihard Linux - Software 3 05-18-2006 09:41 PM
can you access ssl + ftp via web browser paul_mat Linux - Networking 1 12-20-2005 04:37 AM
Can't get out on Web browser, but can ftp d3funct Linux - Networking 1 11-08-2001 02:10 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 08:09 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration