mirror of
https://github.com/SAP/jenkins-library.git
synced 2024-12-10 10:50:11 +02:00
parent
40693d30cd
commit
dd5106ab5d
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user