Skip to content

Commit

Permalink
Update http.go (#4922)
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
tiloKo authored May 7, 2024
1 parent 40693d3 commit dd5106a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/http/http.go
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ func (c *Client) initializeHttpClient() *http.Client {
log.Entry().Debug("adding certs for tls to trust")
err := c.configureTLSToTrustCertificates(transport)
if err != nil {
log.Entry().Infof("adding certs for tls config failed : %v, continuing with the existing tsl config", err)
log.Entry().Infof("adding certs for tls config failed : %v, continuing with the existing tls config", err)
}
} else {
log.Entry().Debug("no trusted certs found / using default transport / insecure skip set to true / : continuing with existing tls config")
Expand Down

0 comments on commit dd5106a

Please sign in to comment.