Ernillew / wl500g

Automatically exported from code.google.com/p/wl500g
0 stars 0 forks source link

Why integrated vsftpd client can not support SSL ? #257

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Edit vsftpd.config - unsuccessful
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using?
1.9.2.7-rtn-r3121

Please provide any additional information below.

Original issue reported on code.google.com by mich...@gmail.com on 13 Sep 2011 at 6:57

GoogleCodeExporter commented 9 years ago
builtin vsftpd desn't support ssl due openssl library absense.
if it's included firmware can't fit 4Mb flash models.
you could try to disable builtin and install separate ftp daemon from optware 

Original comment by themiron.ru on 14 Sep 2011 at 7:07

GoogleCodeExporter commented 9 years ago
Most users don't need SSL on ftp due to huge CPU consumption by encryption 
procedures. Use scp or install separate ftp daemon.

Original comment by lly.dev on 14 Sep 2011 at 7:45

GoogleCodeExporter commented 9 years ago
I have one more question: How I can be secured with SSL Web Interface on 
WL-500gP ?

Thanks for the reply.

Original comment by mich...@gmail.com on 14 Sep 2011 at 8:57

GoogleCodeExporter commented 9 years ago
Currently, without modifying source codes, it is impossible.

Unfortunately, there is no volunteers to help us to implement this (not 
high-priority) feature.

Original comment by lly.dev on 14 Sep 2011 at 9:19

GoogleCodeExporter commented 9 years ago
Here is how you can securely access ftp and http:

1) Enable ssh
2) connect to ssh with localhost socks relay
3) enter localhost socks proxy into your browser or ftp client (as proxy)

now you can use localhost:21 for ftp and localhost:80 for http via localhost 
socks proxy relay and everything will be encrypted

Original comment by boleeme...@gmail.com on 14 Sep 2011 at 7:01

GoogleCodeExporter commented 9 years ago
Sorry, but I do not understand this :(
Please explain it to me more detailed..

Original comment by mich...@gmail.com on 14 Sep 2011 at 11:33

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
OK, but over SSH is transfer very slow..
Is any other, functional solution for securing FTP and HTTP access over WAN ?
THX

Original comment by mich...@gmail.com on 18 Sep 2011 at 1:01

GoogleCodeExporter commented 9 years ago
performance is slow because cpu is slow, you can tweek speed a little if you 
force software to use weaker encryption methods, but this offtopic on this 
tracker (try wl500g.info and other forums)

Original comment by boleeme...@gmail.com on 18 Sep 2011 at 5:04

GoogleCodeExporter commented 9 years ago
SSL has exactly the same performance issue on router CPU

Original comment by lly.dev on 19 Sep 2011 at 11:50