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
A user with a WordPress site on an Azure server is getting the below error when attempting a backup:
Connection to mysql failed with message: SQLSTATE[HY000] [3159] Connections using insecure transport are prohibited while --require_secure_transport=ON.
Did some research and recommended adding the following to wp-config.php: define('DB_SSL', true);
Error still persists when attempting a backup.
The text was updated successfully, but these errors were encountered:
A user with a WordPress site on an Azure server is getting the below error when attempting a backup:
Connection to mysql failed with message: SQLSTATE[HY000] [3159] Connections using insecure transport are prohibited while --require_secure_transport=ON.
Did some research and recommended adding the following to wp-config.php:
define('DB_SSL', true);
Error still persists when attempting a backup.
The text was updated successfully, but these errors were encountered: