hi
We have another flag that php 7.4.27 uses openssl 1.0.2u despite having 1.1.2 installed on the system. How can we make it use the latest version supplied by the openssl.base fileset? Is php module dynamically linked?
curl -k --head https://localhostHTTP/1.1 403 ForbiddenDate: Thu, 27 Jan 2022 21:20:55 GMTServer: Apache/2.4.51 (Unix) PHP/7.4.27 OpenSSL/1.0.2uContent-Type: text/html; charset=iso-8859-1
$ lslpp -l openssl.base
Fileset Level State Description
----------------------------------------------------------------------------
Path: /usr/lib/objrepos
openssl.base 1.1.2.1200 COMMITTED Open Secure Socket Layer
Path: /etc/objrepos
openssl.base 1.1.2.1200 COMMITTED Open Secure Socket Layer------------------------------
Vasiliy Gokoyev
------------------------------