spacewander commented on issue #3598: URL: https://github.com/apache/apisix/issues/3598#issuecomment-781770003
For temporary fix, need to install `openresty-openssl` with APISIX-2.3 rpm package. In the future, we need to switch to `openresty-openssl111` as the latest version of OpenResty already switch to `openresty-openssl111`: https://github.com/openresty/openresty-packaging/blob/8c9959f2f48cf855a5390efed7554408f77367b6/rpm/SPECS/openresty.spec#L30 > But I don't think it's a good solution that the OpenSSL development library must be installed in PROD We can remove it in rpm SPEC: https://github.com/api7/build-tools/blob/dd6a77597a6e61f997415756216c9b115eecada4/run.sh#L49 But for luarocks, we still need to install OpenSSL development library so that the Lua library dependencies can be installed. Some Lua libraries need to be built with the OpenSSL development library. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
