Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backups failing on Azure server - Connections using insecure transport are prohibited #567

Open
W3ap0n-X opened this issue Aug 30, 2023 · 0 comments

Comments

@W3ap0n-X
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant