On 16.12.22 16:11, openssl-users-request@xxxxxxxxxxx digested:
I have installed OpenSSL 3.0.7 in a server running CentOS 7.9.2009
[...]
The problem is that Apache is still referencing the old version: Server Version: Apache/2.4.54 (cPanel) OpenSSL/1.1.1s
[...]
How can I change it to the 3.0.7 version?
No idea whether that's the *only* place that you'll need to tweak, but CentOS 7's mod_ssl package installs a module
/usr/lib64/httpd/modules/mod_ssl.so that is explicitly linked against
libssl.so.10 => /lib64/libssl.so.10 (...) libcrypto.so.10 => /lib64/libcrypto.so.10 (...)
instead of ...so.3 or the agnostic ...so, so you'll need to build (against the .3 libs) and use a custom mod_ssl as well.
Kind regards, -- Jochen Bern Systemingenieur Binect GmbH
Attachment:
smime.p7s
Description: S/MIME Cryptographic Signature