Skip to content

Commit

Permalink
use trust mode
Browse files Browse the repository at this point in the history
  • Loading branch information
oguzhanunlu committed May 22, 2024
1 parent e666fb0 commit e5adcc7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ object Rdbms {

val connectionString =
s"jdbc:mysql://$host:$port/$database?permitMysqlScheme&user=$username&password=$password" ++ (if (sslMode)
"&sslMode=verify-full"
"&sslMode=trust"
else
"&sslMode=disable")
}
Expand Down

0 comments on commit e5adcc7

Please sign in to comment.