Re: openssl-users Digest, Vol 97, Issue 9

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Index of Archives]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [ECOS]     [Asterisk Internet PBX]     [Linux API]

  Powered by Linux