Skip to content

https support broken in busybox 1.33.0 #712

@rofl0r

Description

@rofl0r

since busybox was bumped from 1.27.1 to 1.33.0, https support is broken.
1.27 used the host openssl binary via a pipe to achieve tls connections, whereas 1.33.0 has its own half-baked tls library which considerably increases binary size, or can alternatively be linked against openssl which is even worse.

until the issue is resolved, i will add curl to stage1, which is used by default instead of wget, if available due to precisely this issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions