-
Notifications
You must be signed in to change notification settings - Fork 415
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 not work in pi4 yocto image.how can I do? #1386
Comments
Two years ago I also had problems with the certificate check with wget. But only on 32 bit ARM machines. It helped me to link against openssl instead of gnutls. Since then I use the following bbappend (
Here is the link to the discussion on the mailing list at the time: https://lists.yoctoproject.org/g/yocto/topic/88879516#msg56053 |
@matthiasklein Thank you so much. let me try |
@matthiasklein anyone any more ideas? |
wget -O Mambaforge.sh "https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-$(uname)-$(uname -m).sh"
Connecting to github.com (140.82.114.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
I add --no-check-certificate , but same issue.
I can ping www.google.ca
I tried
IMAGE_INSTALL_append = " ca-certificates" in local.conf,
but same issue
any help?
The text was updated successfully, but these errors were encountered: