On Wed, Oct 18, 2023 at 3:09 PM Yann Ylavic <ylavic....@gmail.com> wrote:
>
> This is not an issue as long as httpd and TestSSLCA.pm use the same
> openssl version (either < 3 or >= 3), but if e.g. httpd is
> compiled/linked/-rpath'ed against an openssl < 3 and TestSSLCA.pm uses
> the system's openssl >= 3 then mod_proxy won't be able to load the
> PKCS#8 keys.

Note that this can be workarounded by running the httpd perl framework
with something like:
$ APACHE_TEST_OPENSSL_CMD=/httpd/linked/version/of/openssl/bin/openssl
t/TEST ...
when running the httpd perl test framework.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@perl.apache.org
For additional commands, e-mail: dev-h...@perl.apache.org

Reply via email to