We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ssl-verify-server-cert
1 parent 33d6c9d commit 137cb12Copy full SHA for 137cb12
.github/workflows/reusable-testing.yml
@@ -388,13 +388,6 @@ jobs:
388
my-cnf: |
389
default_authentication_plugin=mysql_native_password
390
391
- # Explicitly disable server certificate verification by default, avoiding
392
- # "option --ssl-verify-server-cert is disabled, because of an insecure passwordless login."
393
- # warnings because WP-CLI passes password via the `MYSQL_PWD` environment variable
394
- # and the setting is otherwise implicitly used.
395
- [client-mariadb]
396
- ssl-verify-server-cert = off
397
-
398
- name: Configure DB environment
399
if: ${{ matrix.dbtype != 'sqlite' }}
400
run: |
0 commit comments