We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 715a2be commit 20c05c1Copy full SHA for 20c05c1
ibm/conns/config.go
@@ -1720,6 +1720,7 @@ func (c *Config) ClientSession() (interface{}, error) {
1720
1721
// Construct the service connector client.
1722
session.backupRecoveryConnectorClient, err = backuprecoveryv1.NewBackupRecoveryV1Connector(backupRecoveryConnectorClientOptions)
1723
+ session.backupRecoveryConnectorClient.Service.DisableSSLVerification()
1724
if err != nil {
1725
session.backupRecoveryConnectorClientErr = fmt.Errorf("Error occurred while configuring IBM Backup recovery API connector service: %q", err)
1726
}
0 commit comments