Skip to content

Commit

Permalink
Revert "rm openssl.cnf"
Browse files Browse the repository at this point in the history
This reverts commit e6c382d.
  • Loading branch information
shreemaan-abhishek committed Jan 23, 2025
1 parent e6c382d commit 7020410
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ci/linux-install-openresty.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,10 @@ fi

install_apisix_runtime

if [ ! "$ENABLE_FIPS" == "true" ]; then
curl -o /usr/local/openresty/openssl3/ssl/openssl.cnf \
https://raw.githubusercontent.com/api7/apisix-build-tools/apisix-runtime/${APISIX_RUNTIME}/conf/openssl3/openssl.cnf
fi

# patch lua-resty-events
sed -i 's/log(ERR, "event worker failed: ", perr)/log(ngx.WARN, "event worker failed: ", perr)/' /usr/local/openresty/lualib/resty/events/worker.lua

0 comments on commit 7020410

Please sign in to comment.