Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
altafan committed Feb 13, 2024
1 parent a2ff09f commit 2ef2d59
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ func newRpcClient(

useSSL := strings.HasPrefix(addr, "https")
if useSSL {
// #nosec G402
t := &http.Transport{
// #nosec G402
TLSClientConfig: &tls.Config{InsecureSkipVerify: true},
}
httpClient = &http.Client{Transport: t}
Expand Down

0 comments on commit 2ef2d59

Please sign in to comment.