Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Use http to download libcurl to avoid let's encrypt intermediate CA c…
Browse files Browse the repository at this point in the history
…ert expiration issue.
  • Loading branch information
josephevans committed Oct 6, 2021
1 parent e8291cf commit 92432a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/dependencies/curl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ if [[ ! -f $DEPS_PATH/lib/libcurl.a ]]; then
# download and build libcurl
>&2 echo "Building libcurl..."
download \
https://curl.haxx.se/download/curl-${LIBCURL_VERSION}.zip \
http://curl.haxx.se/download/curl-${LIBCURL_VERSION}.zip \
${DEPS_PATH}/libcurl.zip
unzip -q $DEPS_PATH/libcurl.zip -d $DEPS_PATH
pushd .
Expand Down

0 comments on commit 92432a6

Please sign in to comment.