Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: ff014ac34deb44c277c52744758479bb937b3c4a https://github.com/phpmyadmin/phpmyadmin/commit/ff014ac34deb44c277c527447584... Author: Joel Hutchinson joel.hutchinson@onlinecommercegroup.com Date: 2016-01-15 (Fri, 15 Jan 2016)
Changed paths: M doc/config.rst M libraries/config.default.php M libraries/dbi/DBIMysqli.php
Log Message: ----------- Added the new SSL check disable flag
MySQL 5.6 or later requests peer_name validation of the SSL. This causes most self signed certificates to fail validation. In PMA, you only get a vague 2002 connection error as a result. As of PHP 5.6.16, a new flag exists to disable the check and allows the connection to proceed. See https://bugs.php.net/bug.php?id=68344 and #11838
Signed-off-by: Joel Hutchinson joel.hutchinson@onlinecommercegroup.com
Commit: 8db478c4033442d3728e25382077487e52a096a7 https://github.com/phpmyadmin/phpmyadmin/commit/8db478c4033442d3728e25382077... Author: Isaac Bennetch bennetch@gmail.com Date: 2016-01-15 (Fri, 15 Jan 2016)
Changed paths: M ChangeLog
Log Message: ----------- ChangeLog entry for new ssl_verify directive
Signed-off-by: Isaac Bennetch bennetch@gmail.com
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/169c6ce49bb8...8db478c40334