openssl-users Digest, Vol 97, Issue 9

Ariel R. arielrm at outlook.com
Fri Dec 16 15:48:05 UTC 2022


Thanks for your response Jochen

I have created a feature request to make it easier for other users:
https://github.com/openssl/openssl/issues/19928 

Regards,

-----Original Message-----
From: openssl-users [mailto:openssl-users-bounces at openssl.org] On Behalf Of Jochen Bern
Sent: Friday, December 16, 2022 11:31 AM
To: openssl-users at openssl.org
Subject: Re: openssl-users Digest, Vol 97, Issue 9

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


More information about the openssl-users mailing list