Bug 9376 - wget to support HTTPS
Summary: wget to support HTTPS
Status: NEW
Alias: None
Product: Busybox
Classification: Unclassified
Component: Networking (show other bugs)
Version: unspecified
Hardware: All All
: P5 enhancement
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-25 16:26 UTC by Gábor
Modified: 2016-10-25 16:26 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gábor 2016-10-25 16:26:22 UTC
More of the Internet uses secure connections to serve content, like bootstrap scripts https://bootstrap.pypa.io/get-pip.py or https://get.haskellstack.org/.

The out-of-the-box busybox wgte doesn't have HTTPS included, so it requires the install of additional packages. Under Alpine Linux, I had to run:

apk upgrade libssl1.0 --update-cache
apk add wget ca-certificates

which enabled HTTPS support.

Could this be added to busybox "base"?

Thanks

https://github.com/gliderlabs/docker-alpine/issues/218