We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fa2bf8 commit d153296Copy full SHA for d153296
build-apisix-base.sh
@@ -24,7 +24,7 @@ workdir=$(mktemp -d)
24
cd "$workdir" || exit 1
25
26
or_ver="1.19.3.2"
27
-wget https://openresty.org/download/openresty-${or_ver}.tar.gz
+wget --no-check-certificate https://openresty.org/download/openresty-${or_ver}.tar.gz
28
tar -zxvpf openresty-${or_ver}.tar.gz
29
30
if [ "$repo" == ngx_multi_upstream_module ]; then
0 commit comments