Giter Site home page Giter Site logo

Comments (3)

tianon avatar tianon commented on May 30, 2024

This is expected -- a basic install of BusyBox doesn't include ssl_helper (it's a separate binary, usually linked to something like matrixssl or openssl), and would complicate our build a bit.

Over in #23 (comment), I noted that upstream is starting to release official binaries now, and they also release an ssl_helper binary, but there's a strong caveat there that it doesn't do any certificate verification (as far as I could figure out how to enable).

from busybox.

devurandom avatar devurandom commented on May 30, 2024

The issue still appears with busybox:1.26.2-musl.

from busybox.

tianon avatar tianon commented on May 30, 2024

@devurandom as I noted above, this is the expected behavior -- without an ssl_helper, BusyBox's built-in wget cannot download from https:// sources.

Since BusyBox upstream does not recommend an officially-supported ssl_helper, and since it would complicate and increase the size of the build (needing to compile openssl, needing to embed and update ca-certificates, etc), that is left as an exercise for the reader.

For realistic uses, I think the best solution is probably to use Alpine as a base instead, since it's essentially just BusyBox plus a package manager (suitable for downloading an ssl_helper and ca-certificates).

from busybox.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.