Skip to content

Commit 1f4f743

Browse files
committed
Enable instead
1 parent d244259 commit 1f4f743

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/reusable-testing.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -388,11 +388,12 @@ jobs:
388388
my-cnf: |
389389
default_authentication_plugin=mysql_native_password
390390
391-
# Disable server certificate verification by default, avoiding
391+
# Explicitly enable server certificate verification by default, avoiding
392392
# "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.
393+
# warnings because WP-CLI passes password via the `MYSQL_PWD` environment variable
394+
# and the setting is otherwise implicitly used.
394395
[client-mariadb]
395-
disable-ssl-verify-server-cert
396+
ssl-verify-server-cert
396397
397398
- name: Configure DB environment
398399
if: ${{ matrix.dbtype != 'sqlite' }}

0 commit comments

Comments
 (0)