diff --git a/files/ssh/entrypoint.sh b/files/ssh/entrypoint.sh index 4e7b3ef..5965a02 100755 --- a/files/ssh/entrypoint.sh +++ b/files/ssh/entrypoint.sh @@ -107,6 +107,8 @@ host=${DB_HOST} port=${DB_PORT} user=${DB_USER} password=${DB_PASS} +skip-ssl=true + EOF if ! ct --version | grep 2.5.4 >/dev/null