Skip to content

Commit d153296

Browse files
authored
chore: Ignore cert check when downloading openresty (#105)
Signed-off-by: imjoey <majunjie@apache.org>
1 parent 4fa2bf8 commit d153296

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-apisix-base.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ workdir=$(mktemp -d)
2424
cd "$workdir" || exit 1
2525

2626
or_ver="1.19.3.2"
27-
wget https://openresty.org/download/openresty-${or_ver}.tar.gz
27+
wget --no-check-certificate https://openresty.org/download/openresty-${or_ver}.tar.gz
2828
tar -zxvpf openresty-${or_ver}.tar.gz
2929

3030
if [ "$repo" == ngx_multi_upstream_module ]; then

0 commit comments

Comments
 (0)