From 3322c936a6ceb6e32299aa09251a959fe0b37ee4 Mon Sep 17 00:00:00 2001 From: samjtro Date: Sun, 3 Nov 2024 19:32:52 -0600 Subject: [PATCH] minor: ref: #67, v0.9.0 desc: - correcting ci error --- utils.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils.go b/utils.go index 19eb6db..63bf0e8 100644 --- a/utils.go +++ b/utils.go @@ -76,7 +76,7 @@ func readDB() Agent { }, } tr := &http.Transport{ - TLSClientConfig: &tls.Config{InsecureSkipVerify: true}, + TLSClientConfig: &tls.Config{}, } sslcli := &http.Client{Transport: tr} ctx := context.WithValue(context.Background(), oauth2.HTTPClient, sslcli)