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

2014-06-18 Thread Xavier Perseguers
Hi, I have faced the same problem and found my solution here: blog joergboesche de Actually I have added env variable and restarted windows: OPENSSL_CONF set to C:\xampp\php\extras\openssl\openssl.cnf. FYI the info may easily be found if you click on the error number you get from TYPO3. It

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

2014-06-05 Thread Markus Klein
This is NOT a solution, but just disables the usage of RSA encryption. Fix your server! Kind regards Markus Markus Klein TYPO3 CMS Active Contributors Team Member -Original Message- From:

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

2013-07-24 Thread Dmitry Dulepov
Hi! Miguel wrote: I copied all the files of my website from the host server, and placed them in my XAMPP folder (i made also tha backup of the database)...All is working well with the frontend of the website, but i cant login in the backend, the browser gives me this error: No OpenSSL backend

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

2013-07-24 Thread Markus Klein
Did I get that correctly? On this server you run multiple TYPO3 Instances, but only one has a problem with the RSA backend? That's weird, really weird. I guess you've to debug, what exactly fails, when trying to receive a backend. Kind regards Markus

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

2013-07-24 Thread Sinsia
On 24.7.2013 12:41, Miguel wrote: Yes Markus, i have multiple websites in my Apache, some have Typo3, anothers Wordpress, others without any CMS... Maybe it's usefull to remind that i made a copy of ALL the files from my web server (and of course the database) to my Apache with the purpose

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

2013-07-24 Thread Sinsia
On 24.7.2013 14:26, Sinsia wrote: On 24.7.2013 12:41, Miguel wrote: Yes Markus, i have multiple websites in my Apache, some have Typo3, anothers Wordpress, others without any CMS... Maybe it's usefull to remind that i made a copy of ALL the files from my web server (and of course the

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

2013-07-24 Thread Markus Klein
Can you please post your localconfig.php? (remove sensitive data!!) Kind regards Markus Markus Klein TYPO3 CMS Active Contributors Team Member -Original Message- From: typo3-english-boun...@lists.typo3.org

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

2013-07-24 Thread Markus Klein
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

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

2013-07-24 Thread Markus Klein
Hi! No this test runs everywhere. You can delete the file now. I guess you should have a look now to this: http://www.php.net/manual/en/openssl.installation.php Kind regards Markus Markus Klein TYPO3 CMS Active Contributors Team

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

2013-07-23 Thread Miguel
I copied all the files of my website from the host server, and placed them in my XAMPP folder (i made also tha backup of the database)...All is working well with the frontend of the website, but i cant login in the backend, the browser gives me this error: No OpenSSL backend could be obtained

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

2013-07-23 Thread d.ros
Am 23.07.2013 16:46, schrieb Miguel: I copied all the files of my website from the host server, and placed them in my XAMPP folder (i made also tha backup of the database)...All is working well with the frontend of the website, but i cant login in the backend, the browser gives me this error:

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

2013-07-23 Thread Markus Klein
And you did restart your apache too? Kind regards Markus Markus Klein TYPO3 CMS Active Contributors Team Member -Original Message- From: typo3-english-boun...@lists.typo3.org [mailto:typo3-english- boun...@lists.typo3.org]