openssl-users Digest, Vol 97, Issue 9
Jochen Bern
Jochen.Bern at binect.de
Fri Dec 16 15:31:07 UTC 2022
On 16.12.22 16:11, openssl-users-request at openssl.org 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 3449 bytes
Desc: S/MIME Cryptographic Signature
URL: <https://mta.openssl.org/pipermail/openssl-users/attachments/20221216/592d4283/attachment.p7s>
More information about the openssl-users
mailing list