Replies: 2 comments
-
[client]
ssl-verify-server-cert=OFFI think putting this in your |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Apparently, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm attempting to export a database backup from a Wordpress site using Docker
wordpress:cli. I get an SSL error:mariadb-dump: Got error: 2026: "TLS/SSL error: Certificate verification failure: The certificate is NOT trusted." when trying to connectAny guidance on how to disable SSL connections to MySQL? I've tried two things so far without success:
In compose.yaml:
environment: MYSQL_SSL_MODE: DISABLEDand
require_secure_transport=OFFinmy.cnf.Beta Was this translation helpful? Give feedback.
All reactions