I am having issues attempting to get Apache with mod_ssl to see/use the new version of openssl which is 3.1.0.
In my httpd.spec file I have specified --with-ssl=/opt/openssl/openssl3.1.0.
rpmbuild -ba httpd.spec completes without error and builds apache 2.4.55 and mod_ssl rpms. I am able to install the rpms and the web server runs without any problems.
However when I run the curl --header https://localhost the header information returns saying it is running off of openssl 1.1.1k
I would appreciate any input to help finding a solution.
Thanks