[TYPO3-dev] rsaauth: openssl in windows
Stephan Helten
stephan.helten at engage.de
Fri Jun 24 14:29:20 CEST 2011
Hi,
I found this code in rsaauth:
// On Windows PHP extension has to be configured properly. It
// can be installed and available but will not work unless
// configured. So we check if it works.
$testKey = @openssl_pkey_new();
if ($testKey) {
openssl_free_key($testKey);
$result = true;
}
openssl_pkey_new() is always returning false.
Does anybody know how to configure the PHP extension properly?
In phpinfo everythings seems fine.
openssl_error_string() is:
error:02001003:system library:fopen:No such process
kind regards
Stephan Helten
More information about the TYPO3-dev
mailing list