[phpMyAdmin Developers] Errors from connecting to MySQL server using SSL

Michal Čihař michal at cihar.com
Mon Apr 18 12:29:24 CEST 2016


Hi all

while looking at
<https://github.com/phpmyadmin/phpmyadmin/issues/12146>, I've realized
that we do really poor job in telling user what went wrong with SSL
certificates. The problem lies in the way PHP interacts with MySQL - it
emits all important information as warnings and the only error you get
from it is code 2002 without any text.

However all the important messages are shown as PHP warnings as can be
seen here:

https://github.com/phpmyadmin/phpmyadmin/pull/12193

It's probably not the best approach, but at least it allows user to
figure out what is wrong...

-- 
	Michal Čihař | http://cihar.com/ | https://weblate.org/

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: OpenPGP digital signature
URL: <https://lists.phpmyadmin.net/pipermail/developers/attachments/20160418/6a853be6/attachment.sig>


More information about the Developers mailing list