Skip to content

Commit

Permalink
tlsconfig fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zosocanuck committed Nov 5, 2023
1 parent ece8e12 commit 8f1bea6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/signature/signer.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ var (
)

func setTLSConfig() error {
tlsConfig.InsecureSkipVerify = true
tlsConfig.Renegotiation = tls.RenegotiateFreelyAsClient
http.DefaultTransport.(*http.Transport).TLSClientConfig = &tlsConfig
return nil
Expand Down

0 comments on commit 8f1bea6

Please sign in to comment.