Bug 26539 - Отсутствует поддержка SSL
Summary: Отсутствует поддержка SSL
Status: NEW
Alias: None
Product: Branch p6
Classification: Distributions
Component: vsftpd (show other bugs)
Version: не указана
Hardware: all Linux
: P3 enhancement
Assignee: Andrey Cherepanov
QA Contact: QA p6
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-01 11:41 MSK by Andrew Kornilov
Modified: 2012-01-13 22:00 MSK (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Kornilov 2011-11-01 11:41:34 MSK
Приветствую.

А почему у нас нет поддержки SSL в vsftpd?

telnet mysite 21
Connected to mysite.
Escape character is '^]'.
500 OOPS: SSL: ssl_enable is set but SSL support not compiled in
Connection closed by foreign host.

Какие-то проблемы с этим? А то как-то very secure ftp server с plaintext паролями через весь интернет звучит как оксюморон.

Спасибо.
Comment 1 Dmitry V. Levin 2012-01-13 22:00:54 MSK
(In reply to comment #0)
> Приветствую.
> 
> А почему у нас нет поддержки SSL в vsftpd?
> 
> telnet mysite 21
> Connected to mysite.
> Escape character is '^]'.
> 500 OOPS: SSL: ssl_enable is set but SSL support not compiled in
> Connection closed by foreign host.
> 
> Какие-то проблемы с этим? А то как-то very secure ftp server с plaintext
> паролями через весь интернет звучит как оксюморон.

Прочитайте, пожалуйста, README.ssl:
http://git.altlinux.org/people/ldv/packages/?p=vsftpd.git;a=blob;f=vsftpd/README.ssl;hb=upstream

Грубо говоря, vsftpd обеспечивает безопасность реализации, а не безопасность протокола ftp.

Возможно, имеет смысл собрать vsftpd с включенной поддержкой SSL отдельно,
см. https://bugzilla.altlinux.org/show_bug.cgi?id=8659