Apache2 mod_ssl warning in log

just recently, the apache2 log keep showing this error

Init: this version of mod_ssl was compiled against a newer library (OpenSSL 3.0.13 30 Jan 2024 (OpenSSL 3.0.11 19 Sep 2023), version currently loaded is 0x300000B0) - may result in undefined or erroneous behavior

anyone notice? anything to fix?

I have no solution yet, but I want to gather more info.
Can you share the output of

openssl version
apache2ctl -M | grep ssl
root@DietPi:~# openssl version
OpenSSL 3.0.11 19 Sep 2023 (Library: OpenSSL 3.0.11 19 Sep 2023)
root@DietPi:~# apache2ctl -M | grep ssl
 ssl_module (shared)

i’m guessing not only because of apache2 but also letsencrypt
i’m not sure how to check if the cert is generated using openssl3 hence the apache2 having error

found a post on community.letsencrypt.org. Probably it could help.

This topic was automatically closed 178 days after the last reply. New replies are no longer allowed.