Skip to content

Commit 33d6c9d

Browse files
committed
Try setting to off instead
1 parent c4e00c6 commit 33d6c9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/reusable-testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -388,12 +388,12 @@ jobs:
388388
my-cnf: |
389389
default_authentication_plugin=mysql_native_password
390390
391-
# Explicitly enable server certificate verification by default, avoiding
391+
# Explicitly disable server certificate verification by default, avoiding
392392
# "option --ssl-verify-server-cert is disabled, because of an insecure passwordless login."
393393
# warnings because WP-CLI passes password via the `MYSQL_PWD` environment variable
394394
# and the setting is otherwise implicitly used.
395395
[client-mariadb]
396-
ssl-verify-server-cert = on
396+
ssl-verify-server-cert = off
397397
398398
- name: Configure DB environment
399399
if: ${{ matrix.dbtype != 'sqlite' }}

0 commit comments

Comments
 (0)