You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One works like a charm the other gave me this error:
PHP Warning: mysqli_real_connect(): SSL operation failed with code 1. OpenSSL Error messages:
error:141A318A:SSL routines:tls_process_ske_dhe:dh key too small in /wp-includes/wp-db.php on line 1531
Seems it's not considering the MYSQL_SSL_CIPHER param. Is there anything else I could do to troubleshoot this problem.
The text was updated successfully, but these errors were encountered:
Making errors more noisy is interesting, dropin.php already reports a variety of errors when SSL connection does not get established, perhaps we should hook into admin_notices when the problem is serious enough.
I have two WP websites, updated at WP 4.9.6 running on same server with php7-fpm and nginx, connecting to same mysql server 5.6.10.
Same config:
One works like a charm the other gave me this error:
Seems it's not considering the MYSQL_SSL_CIPHER param. Is there anything else I could do to troubleshoot this problem.
The text was updated successfully, but these errors were encountered: