Skip to content

Commit 20c05c1

Browse files
authored
Update connector client (IBM-Cloud#6473)
* update * update * disable ssl for connector service * revert go mod
1 parent 715a2be commit 20c05c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ibm/conns/config.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1720,6 +1720,7 @@ func (c *Config) ClientSession() (interface{}, error) {
17201720

17211721
// Construct the service connector client.
17221722
session.backupRecoveryConnectorClient, err = backuprecoveryv1.NewBackupRecoveryV1Connector(backupRecoveryConnectorClientOptions)
1723+
session.backupRecoveryConnectorClient.Service.DisableSSLVerification()
17231724
if err != nil {
17241725
session.backupRecoveryConnectorClientErr = fmt.Errorf("Error occurred while configuring IBM Backup recovery API connector service: %q", err)
17251726
}

0 commit comments

Comments
 (0)