https://bz.apache.org/bugzilla/show_bug.cgi?id=51296

Michael Kaufmann <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |apache-bugzilla@michael-kau
                   |                            |fmann.ch

--- Comment #3 from Michael Kaufmann <[email protected]> ---
It's possible to load dynamic engines with SSLCryptoDevice, e.g.
"SSLCryptoDevice pkcs11". OpenSSL can find and load dynamic engines
automatically.

Maybe OpenSSL is searching the engine in the wrong directory. Use "openssl
version -a" to show the engine directory.

If you want to use a different engine directory, set the environment variable
OPENSSL_ENGINES before starting httpd, e.g. OPENSSL_ENGINES=/usr/lib .

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to