[TYPO3-english] [Typo3-English] OpenSSL Error

Markus Klein klein.t3 at mfc-linz.at
Wed Jul 24 20:02:48 CEST 2013


Hi!

Can you try to create a test.php file with the following content:

<?php
header('Content-type: text/plain');
echo 'openssl_pkey_new() is ' . (is_callable('openssl_pkey_new') ? '' : 'NOT ') . 'callable \n\n';
if (is_callable('openssl_pkey_new')) {
$testKey = openssl_pkey_new();
if (!is_resource($testKey)) {
	echo 'Could not obtain key';
}
?>

Call the file in your browser and you'll see what's going on.

Kind regards
Markus

------------------------------------------------------------
Markus Klein
TYPO3 CMS Active Contributors Team Member


> -----Original Message-----
> From: typo3-english-bounces at lists.typo3.org [mailto:typo3-english-
> bounces at lists.typo3.org] On Behalf Of Miguel
> Sent: Wednesday, July 24, 2013 7:35 PM
> To: typo3-english at lists.typo3.org
> Subject: [TYPO3-english] Re: [Typo3-English] OpenSSL Error
> 
> I dont have such file name, i supose you're asking for
> "LocalConfiguration.php" inside "typo3conf", so here it is friend:
> 
> http://pastie.org/8171526
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english



More information about the TYPO3-english mailing list