Replies: 3 comments 1 reply
-
[client]
ssl-verify-server-cert=OFFI think putting this in your |
Beta Was this translation helpful? Give feedback.
-
|
Apparently, |
Beta Was this translation helpful? Give feedback.
-
|
Is there any documentation for the |
Beta Was this translation helpful? Give feedback.
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