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

wget: note: TLS certificate validation not implemented #11

Closed
xmeadow opened this issue Jan 15, 2024 · 2 comments
Closed

wget: note: TLS certificate validation not implemented #11

xmeadow opened this issue Jan 15, 2024 · 2 comments

Comments

@xmeadow
Copy link

xmeadow commented Jan 15, 2024

After running sh -c "$(wget https://raw.githubusercontent.com/ddvk/rmfakecloud/master/scripts/device/automagic.sh -O-)" on th device it returns the following:

Connecting to raw.githubusercontent.com (185.199.111.133:443)
wget: note: TLS certificate validation not implemented
writing to stdout
-                    100% |************************************************************************|   275  0:00:00 ETA
written to stdout
Getting the installer...
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

Softwareversion on device: 3.9.3.1986

@Eeems
Copy link
Contributor

Eeems commented Jan 15, 2024

Copy a statically compiled copy of wget to your device (https://github.com/toltec-dev/bootstrap/) and use that instead.

@xmeadow
Copy link
Author

xmeadow commented Jan 15, 2024

Thanks that worked like a charm!
Now the device stucks trying to log in. But this might be a issue for another day. =) Thanks!

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

2 participants