Skip to content

Commit

Permalink
rm openssl.cnf
Browse files Browse the repository at this point in the history
  • Loading branch information
shreemaan-abhishek committed Jan 22, 2025
1 parent f116ef3 commit e6c382d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions ci/linux-install-openresty.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,5 @@ 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 e6c382d

Please sign in to comment.