openssl error
|
|
Hi; thanks for the work on making these stacks :) I’m just starting out with the WAPP Stack (version in the Changelog is 0.9-beta), trying to integrate mod_auth_puptkt for authentication. When I add the configuration for the public key (RSA 1024 bit), I get the error: E:\Programs\BitNami WAPPStack\apache2>bin\httpd -S OPENSSL_Uplink(00B14010,05): no OPENSSL_Applink Note the errors or messages above, and press the <ESC> key to exit. The line that seems to throw the error is “TKTAuthPublicKey conf/tkt-pubkey.pem” (from mod_auth_pubtkt). I’ve tried DSA and RSA key pairs; even tried generating the key pairs with the openssl binary included in the BitNami WAPP installation. The only help the web gives me concerning the OPENSSL_Applink is that perhaps the openssl binary was not compiled with the same threading model as the library? I’m at a loss as to what to do. Thanks -trevor |
|
|
Hi, It may indeed have to do with a compilation option of the bundled openssl and the one that mod_auth_pubtkt was compiled against. Can you try replacing the stack OpenSSL with the one pointed at from https://neon1.net/mod_auth_pubtkt/install.html ? You may want to ask the author of the module as well Please let us know here if that solves the issue |
