As it is now, there is no support for TLS/SSL anywhere in busybox. I'm not sure fixing documentation is the favored approach, but I'm in a hurry :)
Signed-off-by: Pierre Carrier <[email protected]> --- networking/Config.src | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/networking/Config.src b/networking/Config.src index fb7dca7..e2376d5 100644 --- a/networking/Config.src +++ b/networking/Config.src @@ -945,8 +945,8 @@ config WGET bool "wget" default y help - wget is a utility for non-interactive download of files from HTTP, - HTTPS, and FTP servers. + wget is a utility for non-interactive download of files from HTTP + and FTP servers. config FEATURE_WGET_STATUSBAR bool "Enable a nifty process meter (+2k)" -- 1.7.10.4 _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
