diff options
-rw-r--r-- | client/httpclient.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/httpclient.go b/client/httpclient.go index 05c3032..1ae4420 100644 --- a/client/httpclient.go +++ b/client/httpclient.go @@ -137,6 +137,7 @@ func buildHttpsTransport(hcc httpClientCfg, selfSignedCert bool, gitlabURL strin tlsConfig := &tls.Config{ RootCAs: certPool, InsecureSkipVerify: selfSignedCert, + MinVersion: tls.VersionTLS12, } if hcc.HaveCertAndKey() { |