Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

https support broken in busybox 1.33.0 #712

Open
rofl0r opened this issue Apr 16, 2022 · 0 comments
Open

https support broken in busybox 1.33.0 #712

rofl0r opened this issue Apr 16, 2022 · 0 comments

Comments

@rofl0r
Copy link
Member

rofl0r commented Apr 16, 2022

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.

rofl0r added a commit that referenced this issue Apr 16, 2022
addressing #712.
once busybox wget regains https support, curl will be removed again.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant