Skip to content

Commit

Permalink
Update cmd/go-tpc/main.go
Browse files Browse the repository at this point in the history
Co-authored-by: Daniël van Eeden <[email protected]>
  • Loading branch information
db-will and dveeden authored Jan 1, 2025
1 parent e7cfc4b commit 52095d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/go-tpc/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ func registerMysqlTLSConfig() {
}

tlsConfig := &tls.Config{
MinVersion: tls.VersionTLS10,
MinVersion: tls.VersionTLS12,
Certificates: certificates,
RootCAs: certPool,
ClientCAs: certPool,
Expand Down

0 comments on commit 52095d4

Please sign in to comment.