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

Certificates check by wget fails #2

Open
geniot opened this issue Jan 18, 2023 · 0 comments
Open

Certificates check by wget fails #2

geniot opened this issue Jan 18, 2023 · 0 comments

Comments

@geniot
Copy link

geniot commented Jan 18, 2023

When I try to build the toolchain with:
make toolchain

I get errors from wget when it's trying to download headers from https://www.kernel.org/pub/linux/kernel/v3.x/linux-3.12.26.tar.xz:

ERROR: The certificate of 'www.kernel.org' is not trusted.
ERROR: The certificate of 'www.kernel.org' has expired.

The solution I found:
Build options -> Commands -> Wget command
add here
--no-check-certificate

But maybe you can add this option to the image.

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