Skip to content

Commit 16498c9

Browse files
authored
[JIRA: SAPBTPCFS-28335] fips and update libs (#595)
1 parent f081736 commit 16498c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/httputil/http_util.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ func getClient() *http.Client {
7272
func GetFipsCompliantTLSConfig() *tls.Config {
7373
return &tls.Config{
7474
MinVersion: tls.VersionTLS12,
75-
MaxVersion: tls.VersionTLS12,
75+
MaxVersion: tls.VersionTLS13,
7676
CipherSuites: []uint16{
7777
tls.TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,
7878
tls.TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384,

0 commit comments

Comments
 (0)