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

TLS not implement for wget #739

Closed
NarkyAbyss opened this issue Nov 3, 2023 · 5 comments
Closed

TLS not implement for wget #739

NarkyAbyss opened this issue Nov 3, 2023 · 5 comments
Labels

Comments

@NarkyAbyss
Copy link

wget not supporting https. log below

/tmp/sd/yi-hack/usr/bin/wget http://github.com/roleoroleo/yi-hack-Allwinner-v2/release
s/download/0.3.0/y29ga_0.3.0.tgz
Connecting to github.com (20.205.243.166:80)
Connecting to github.com (20.205.243.166:443)
wget: note: TLS certificate validation not implemented
wget: TLS error from peer (alert code 80): 80
wget: error getting response: Connection reset by peer
/tmp/sd/yi-hack/usr/bin/wget https://code.jquery.com/jquery-3.6.0.min.js
Connecting to code.jquery.com (151.101.130.137:443)
wget: note: TLS certificate validation not implemented
saving to 'jquery-3.6.0.min.js'
jquery-3.6.0.min.js  100% |************************************************************************| 89501  0:00:00 ETA
'jquery-3.6.0.min.js' saved
@roleoroleo
Copy link
Owner

I don't understand the problem.
It depends on the remote site.
And the source code is not changed recently.

@Najihel
Copy link

Najihel commented Jan 22, 2024

Hello,

I have the same issue :

root@Yi-001:~# cd /tmp/sd/.fw_upgrade
root@Yi-001:/tmp/sd/.fw_upgrade# /tmp/sd/yi-hack/usr/bin/wget http://github.com/roleoroleo/yi-hack-Allwinner-v2/releases/download/0.3.1/y211ga_0.3.1.tgz
Connecting to github.com (140.82.121.3:80)
Connecting to github.com (140.82.121.3:443)
wget: note: TLS certificate validation not implemented
wget: TLS error from peer (alert code 80): 80
wget: error getting response: Connection reset by peer
root@Yi-001:/tmp/sd/.fw_upgrade#

Maybe the latest version of BusyBox fix this issue ?

@roleoroleo
Copy link
Owner

roleoroleo commented Jan 22, 2024

Fixed here: f282010
Check this issue: #779

Copy link

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@github-actions github-actions bot added the stale label Apr 22, 2024
@NarkyAbyss
Copy link
Author

NarkyAbyss commented May 12, 2024

Fixed here: f282010 Check this issue: #779

fixed with new busybox in 0.3.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants