Skip to content

Commit 137cb12

Browse files
committed
Undo all the ssl-verify-server-cert changes again
1 parent 33d6c9d commit 137cb12

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/reusable-testing.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -388,13 +388,6 @@ jobs:
388388
my-cnf: |
389389
default_authentication_plugin=mysql_native_password
390390
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-
398391
- name: Configure DB environment
399392
if: ${{ matrix.dbtype != 'sqlite' }}
400393
run: |

0 commit comments

Comments
 (0)