From 915b93c4598f0745ecbc3029b9e29912f99d3424 Mon Sep 17 00:00:00 2001 From: Vishwanath Taykhande Date: Tue, 17 Sep 2024 15:06:56 +0530 Subject: [PATCH] PCP-3497 CAPV TLS 1.3 support --- main.go | 1 - 1 file changed, 1 deletion(-) diff --git a/main.go b/main.go index 125f76b262..81e9d741b4 100644 --- a/main.go +++ b/main.go @@ -250,7 +250,6 @@ func GetTLSOptionOverrideFuncs(options TLSOptions) ([]func(*tls.Config), error) } tlsOptions = append(tlsOptions, func(cfg *tls.Config) { cfg.MinVersion = tlsVersion - cfg.CipherSuites = GetDefaultTLSCipherSuits() cfg.MaxVersion = flags.GetTlsMaxVersion() if cfg.MaxVersion <= tls.VersionTLS12 { cfg.CipherSuites = GetDefaultTLSCipherSuits()