Skip to content

Commit 304a0aa

Browse files
authored
Disable SSL verification for MariaDB (#223)
1 parent 51f5668 commit 304a0aa

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/reusable-testing.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -560,6 +560,8 @@ jobs:
560560
# Fall back to legacy configuration for MySQL 5.6, 5.7, 8.0 and MariaDB.
561561
my-cnf: |
562562
${{ steps.mysql-config.outputs.auth-config || 'default_authentication_plugin=mysql_native_password' }}
563+
${{ matrix.dbtype == 'mariadb' && '[client]' || '' }}
564+
${{ matrix.dbtype == 'mariadb' && 'disable-ssl-verify-server-cert' || '' }}
563565
564566
- name: Prepare test database
565567
if: ${{ matrix.dbtype != 'sqlite' }}

0 commit comments

Comments
 (0)