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 f081736 commit 16498c9Copy full SHA for 16498c9
internal/httputil/http_util.go
@@ -72,7 +72,7 @@ func getClient() *http.Client {
72
func GetFipsCompliantTLSConfig() *tls.Config {
73
return &tls.Config{
74
MinVersion: tls.VersionTLS12,
75
- MaxVersion: tls.VersionTLS12,
+ MaxVersion: tls.VersionTLS13,
76
CipherSuites: []uint16{
77
tls.TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,
78
tls.TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384,
0 commit comments