Skip to content

Commit

Permalink
PIP-2108: Fix TLS error connecting to etcd. (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
Baliedge authored Oct 3, 2022
1 parent 623b4c1 commit d5f63a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etcdutil/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ func NewConfig(cfg *etcd.Config) (*etcd.Config, error) {
}

defaultCfg := &tls.Config{
MinVersion: tls.VersionTLS13,
MinVersion: tls.VersionTLS12,
}

// If the CA file was provided
Expand Down

0 comments on commit d5f63a6

Please sign in to comment.