issue may be specific to php 5.6 installs?
logins fail, captcha errors out as
Warning in ./libraries/plugins/auth/recaptcha/recaptchalib.php#94
file_get_contents(): SSL operation failed with code 1. OpenSSL Error messages: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
Backtrace
./libraries/plugins/auth/recaptcha/recaptchalib.php#94: file_get_contents(string 'https://www.google.com/recaptcha/api/siteverify?secret........
./libraries/plugins/auth/recaptcha/recaptchalib.php#125: ReCaptcha->_submitHTTPGet(
string 'https://www.google.com/recaptcha/api/siteverify?',
array,
)
Warning in ./libraries/plugins/auth/recaptcha/recaptchalib.php#94
file_get_contents(): Failed to enable crypto
Backtrace
./libraries/plugins/auth/recaptcha/recaptchalib.php#94: file_get_contents(string 'https://www.google.com/recaptcha/api/siteverify?
Hi,
is this really for phpMyAdmin 4.4.7? And which exact PHP 5.6.x version?
Ok, you need two things:
this fix: https://github.com/phpmyadmin/phpmyadmin/commit/830d39816b2bcf53233cd684f55b17b62e22fe4f
enable the openssl extension in your PHP
Last edit: Marc Delisle 2015-05-28
Noel,
any feedback?
Hi Marc,
Yes, thanks, that seems to have resolved it.