Error build ONL
Radio-0 opened this issue · 2 comments
Radio-0 commented
Hello!
When assembling an ONL_EXAWARE, a kernel certification error occurs:
converted 'https://www.kernel.org/pub/linux/kernel/v3.x/linux-3.16.76.tar.xz' (ANSI_X3.4-1968) -> 'https://www.kernel.org/pub/linux/kernel/v3.x/linux-3.16.76.tar.xz' (UTF-8)
--2021-10-12 07:12:38-- https://www.kernel.org/pub/linux/kernel/v3.x/linux-3.16.76.tar.xz
Resolving www.kernel.org (www.kernel.org)... 145.40.68.75, 2604:1380:4601:e00::1
Connecting to www.kernel.org (www.kernel.org)|145.40.68.75|:443... connected.
ERROR: The certificate of 'www.kernel.org' is not trusted.
ERROR: The certificate of 'www.kernel.org' has expired.
Tell me how you can fix it.
jnealtowns commented
Some certificates in the Jessie container have expired. The workaround is
to disable certificate checks when pulling the kernel tarballs.
Please see
fd4e5d5
…On Tue, Oct 12, 2021 at 6:18 AM Radio-0 ***@***.***> wrote:
Hello!
When assembling an ONL_EXAWARE, a kernel certification error occurs:
ERROR: The certificate of 'www.kernel.org' is not trusted.
ERROR: The certificate of 'www.kernel.org' has expired.
Tell me how you can fix it.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#858>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAJYDRETU5P2YZBTLGIZ7RDUGQDOJANCNFSM5F2GP2IA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
Radio-0 commented
Thank you!