Skip to content

Commit

Permalink
more ssl disabling
Browse files Browse the repository at this point in the history
  • Loading branch information
fffunke committed Feb 10, 2025
1 parent ef9337a commit 3f7b001
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/pkg/source/mysqltest/mysql_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,7 @@ var mySQLRequest = testcontainers.ContainerRequest{
"MYSQL_DATABASE": mySQLDatabase,
"MYSQL_USER": mySQLUser,
"MYSQL_PASSWORD": mySQLPw,
"JDBC_PARAMS": "useSSL=false",
"MYSQL_EXTRA:FLAGS": "--default-authentication-plugin=mysql_native_password --skip-ssl",
},
WaitingFor: wait.ForLog(logString),
Expand Down

0 comments on commit 3f7b001

Please sign in to comment.