Hi, On Mon, Mar 28, 2022 at 2:50 PM Ramapandi Muniyasamy -X (ramapmun - WIPRO LIMITED at Cisco) <ramap...@cisco.com> wrote: > > I am getting a crash when I am newly migrating to openssl 1.1.1l with version > 2.4.39
You need to re-build httpd with the new openssl (./configure --with-openssl=/path/to/openssl 1.1.1l ...), and verify that httpd is linked to the new openssl at runtime (`ldd modules/mod_ssl.so` should show the new paths for openssl, and/or LD_LIBRARY_PATH should be used). Regards; Yann.