0

I just installed lamp, with SSL, installed TYPO3 CMS on it, all went well. till it redirects me to login, I entered my correct login credentials, without luck login. I get the following error message.

Your login attempt did not succeed Make sure to spell your username and password correctly, including upper/lowercase characters.

#1 installed lamp
#2 SLL using nginx Let's Encrypt tool
#3 TYPO3 8 LTS , PHP7

So I have tried to reinstall multiple times, all goes well, but login. how do I login? What is wrong here? Thanks.

Peter Kraume
  • 3,577
  • 2
  • 21
  • 39
7skies
  • 167
  • 4
  • 17

2 Answers2

2

In case of an errornous OpenSSL Installation or Configuration, the default 'rsa' login provider for TYPO3 8 LTS does not work.

Setting ['BE']['loginSecurityLevel'] => 'normal' in your typo3conf/LocalConfiguration.php is a temporary fix, but you should be looking into your OpenSSL Configuration, e.g.

  • Is the OpenSSL PHP Extension installed?
  • Is the OpenSSL Binary in the system path?
Pascale
  • 311
  • 2
  • 4
  • 11
  • Yes, php-openssl is installed, what should i do to make it permanently fixed? – 7skies Oct 02 '18 at 09:43
  • There are some solutions on StackOverflow, e.g. https://stackoverflow.com/questions/23754996/php-openssl-extension-not-working-while-install-typo3-6-2-2-on-window7 – Pascale Oct 02 '18 at 09:52
  • openssl did not resolve the issue, openssl extension is installed and active, php -m | grep openssl plus, while installing TYPO3 it did check for php-extensions. i.e. i missed php7-gd it complained about it when i installed it the complain disappeared. https://docs.typo3.org/typo3cms/InstallationGuide/In-depth/SystemRequirements/Index.html#php-required-extensions , what am i missing here? – 7skies Oct 02 '18 at 10:21
0

Instead of brack down, security level to the normal is no solution. TYPO3 RSA security required SSL enabled in your server. Here is the complete Apache configuration for the windows based system.

Greetings!

Geee
  • 2,217
  • 15
  • 30