Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

PhpMyAdmin 4.6.6 OpenSSL error

At launch of PhpMyAdmin 4.6.6 under the access dialog box, there is:

OpenSSL error: error:06065064:digital envelope routines:EVP_DecryptFinal_ex:bad decrypt

With PHP 7.1.1 or 7.0.15 or 5.6.30.

like image 973
Otomatic Avatar asked Aug 10 '26 14:08

Otomatic


1 Answers

I confirm this is an issue on the upgrade, due to the cookie encryption. The error should disappear on the next login.

This will happen to users using openssl direcly (not via phpseclib) on upgrade.

See http://github.com/phpmyadmin/phpmyadmin/issues/12924

like image 120
Nuno Avatar answered Aug 15 '26 03:08

Nuno