Skip to content

Unable to get revision from server #37

@devarda

Description

@devarda

I'm hitting this error:

make-ca/make-ca

Line 681 in c52f137

echo "Unable to get revision from server! Exiting."

Did the format of the https://hg-edge.mozilla.org/projects/nss/raw-file/tip/lib/ckfw/builtins/certdata.txt file change?

Here's my workaround for now:

# Download Mozilla's CA certificate bundle
curl -k -o /tmp/ca-bundle.crt https://curl.se/ca/cacert.pem

# Install system-wide (as root)
cp /tmp/ca-bundle.crt /etc/ssl/
chmod 644 /etc/ssl/ca-bundle.crt

# Set system-wide CA bundle path
 echo 'export CURL_CA_BUNDLE=/etc/ssl/ca-bundle.crt' >> /etc/profile

Thanks 🐙

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions