summaryrefslogtreecommitdiff
path: root/client/httpclient.go
diff options
context:
space:
mode:
Diffstat (limited to 'client/httpclient.go')
-rw-r--r--client/httpclient.go1
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() {