Skip to content

Compiling problem due to user-agent error #8

@prpjzz

Description

@prpjzz

I try to Kirisakura Kernel for my device.

But I after set all environment and toolchain, and run ./build_kirisakura.sh, this error appear:

curl failed to verify the legitimacy of the server and therefore could not
establish a secure connection to it. To learn more about this situation and
how to fix it, please visit the web page mentioned above.
xz: (stdin): File format not recognized
tar: Child returned status 1
tar: Error is not recoverable: exiting now
curl: (60) SSL certificate problem: certificate has expired
More details here: https://curl.se/docs/sslcerts.html

I also check with command:

curl https://android.googlesource.com/kernel/configs/+archive/master/android-4.14.tar.gz | tar xzv

and error, but I change this link to

curl https://android.googlesource.com/kernel/configs/+archive/a4c3705fbf0f5c757354fca3c6e488c4926a7fbb/android-4.14.tar.gz | tar xzv

and this link work.

But two link in: scripts/fetch-latest-wireguard.sh seem don't work because certificate user agent is expired.

Like this:

Image

Can you handle this error? Or you can remove WireGuard from the code.

By the way, do you have time to upstream the Linux kernel to the OpenELA branch or to integrate the KernelSU? I may be willing to help you.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions