summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorIlia Shipitsin <chipitsine@gmail.com>2023-04-26 12:12:54 +0200
committerWilly Tarreau <w@1wt.eu>2023-04-26 18:41:03 +0200
commit156c4b3439023beed151bd4e36b65a6583d14027 (patch)
treeaee2bcf253ccdf96dff209c588d467d6babf06ab /.github
parent7b516d3732aab5999fc8f4a3037a4317d35d3618 (diff)
downloadhaproxy-156c4b3439023beed151bd4e36b65a6583d14027.tar.gz
CI: switch to Fastly CDN to download LibreSSL
OpenBSD ftp is down, let us switch to mirror
Diffstat (limited to '.github')
-rwxr-xr-x.github/matrix.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/matrix.py b/.github/matrix.py
index a0e90bc2d..a2a02e968 100755
--- a/.github/matrix.py
+++ b/.github/matrix.py
@@ -51,7 +51,7 @@ def determine_latest_openssl(ssl):
@functools.lru_cache(5)
def determine_latest_libressl(ssl):
libressl_download_list = urllib.request.urlopen(
- "http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/"
+ "https://cdn.openbsd.org/pub/OpenBSD/LibreSSL/"
)
for line in libressl_download_list.readlines():
decoded_line = line.decode("utf-8")