Skip to content

Commit

Permalink
Merge pull request #15 from Venafi/tlsconfig-fix
Browse files Browse the repository at this point in the history
tlsconfig fix
  • Loading branch information
zosocanuck authored Nov 5, 2023
2 parents ece8e12 + 8f1bea6 commit ee0cbd0
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 ee0cbd0

Please sign in to comment.