-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
I'm hitting this error:
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/profileThanks 🐙
Metadata
Metadata
Assignees
Labels
No labels