We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e78f45 commit 33a7743Copy full SHA for 33a7743
config/tls.go
@@ -58,6 +58,7 @@ func (t *TLS) Config() (*tls.Config, error) {
58
return nil, fmt.Errorf("failed to read x509 cert and key pair: %w", err)
59
}
60
cfg.Certificates = append(cfg.Certificates, cert)
61
+ cfg.MinVersion = tls.VersionTLS12
62
63
return &cfg, nil
64
0 commit comments