We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
off
1 parent c4e00c6 commit 33d6c9dCopy full SHA for 33d6c9d
.github/workflows/reusable-testing.yml
@@ -388,12 +388,12 @@ jobs:
388
my-cnf: |
389
default_authentication_plugin=mysql_native_password
390
391
- # Explicitly enable server certificate verification by default, avoiding
+ # 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 = on
+ ssl-verify-server-cert = off
397
398
- name: Configure DB environment
399
if: ${{ matrix.dbtype != 'sqlite' }}
0 commit comments