Skip to content

Commit 414dc9a

Browse files
committed
Fix mysql client requiring ssl
Newer mariadb clients have --ssl by default. Our server is not running on ssl. See 'https://mariadb.com/docs/server/clients-and-utilities/mariadb-client/mariadb-command-line-client#-ssl'
1 parent aa3e1b1 commit 414dc9a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

files/ssh/entrypoint.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@ host=${DB_HOST}
107107
port=${DB_PORT}
108108
user=${DB_USER}
109109
password=${DB_PASS}
110+
skip-ssl=true
111+
110112
EOF
111113

112114
if ! ct --version | grep 2.5.4 >/dev/null

0 commit comments

Comments
 (0)