Author |
|
RoyK
Joined: 08 Jun 2023 Posts: 2 Location: Japan,Tokyo
|
Posted: Thu 08 Jun '23 9:22 Post subject: mod_ssl warning (OpenSSL 3.1.1/3.0.9) |
|
|
Hello,
Currently upgraded Apache 2.4.57 Win64(31 May '23 ver) from Apache 2.4.57 Win64(07 Apr '23 ver) .
On my environment, Apache is running with OpenSSL 3.0.9, which is LTS version,so I replace "libcrypto-3-x64.dll","libssl-3-x64.dll","openssl.exe" with 3.0.9 in "apache\bin".
(Keep original 3.1.1 version files on another directory)
Then, apache is running, TLS works, I get warning as below in error.log.
"this version of mod_ssl was compiled against a newer library (OpenSSL 3.1.1 30 May 2023, version currently loaded is OpenSSL 3.0.9 30 May 2023) - may result in undefined or erroneous behavior"
Is that mean using Apache Lounge binaries must be with OpenSSL 3.1.x?
Or should I ignore this warning?
Regards,
--
OS:Windows Server 2019 Standard
Apache 2.4.57 Win64(31 May '23 ver)
OpenSSL 3.0.9 x64
PHP 8.2.6 |
|
Back to top |
|
DnvrSysEngr
Joined: 15 Apr 2012 Posts: 226 Location: Denver, CO USA
|
Posted: Fri 09 Jun '23 6:10 Post subject: |
|
|
The version you downloaded was more than likely compiled with OpenSSL 3.1.1, thus the reason you are getting the error since you have manually replaced the the OpenSSL binaries and libraries with v3.0.9. Best to stick with the versions of OpenSSL that this particular build of Apache was compiled with.
Silly question - why are you trying to use / rollback to v3.0.9 of OpenSSL?
Just my 2¢ worth. |
|
Back to top |
|
RoyK
Joined: 08 Jun 2023 Posts: 2 Location: Japan,Tokyo
|
Posted: Fri 09 Jun '23 10:07 Post subject: |
|
|
Thank you for reply.
The reason I Use OpenSSL v3.0.x is it has longer support (7th September 2026) than v3.1.x (14th March 2025). |
|
Back to top |
|
DnvrSysEngr
Joined: 15 Apr 2012 Posts: 226 Location: Denver, CO USA
|
Posted: Fri 09 Jun '23 23:04 Post subject: |
|
|
Best to use what Apache was compiled with. 3.1.x branch will be extended out further than the 3.0.x branch.
Do not be concerned about 'End of Life.' |
|
Back to top |
|
Jan-E
Joined: 09 Mar 2012 Posts: 1265 Location: Amsterdam, NL, EU
|
|
Back to top |
|
Jan-E
Joined: 09 Mar 2012 Posts: 1265 Location: Amsterdam, NL, EU
|
Posted: Tue 13 Jun '23 16:33 Post subject: |
|
|
FWIW: PHP 8.3.0 Alpha 1 is built with OpenSSL 3.0. And even an old version: 3.0.8. See the downloads on https://windows.php.net/qa |
|
Back to top |
|
Jan-E
Joined: 09 Mar 2012 Posts: 1265 Location: Amsterdam, NL, EU
|
Posted: Tue 13 Jun '23 17:00 Post subject: |
|
|
Compare 1.0.2 (LTS) with 1.1.0 (non LTS). The EOL of 1.0.2 was later than the EOL of 1.1.0. And even at this very moment you can still get paid Premium support for OpenSSL 1.0.2. When I switch to VS17 and OpenSSL 3, I will choose 3.0 because that one is the LTS version of 3.x.
https://endoflife.date/openssl |
|
Back to top |
|